Requires read_selling_plan_group access scope.
For more info, refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20260301/selling_plan_group/selling_plan_group.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .
Query Parameters
  • create_at_max string
    Create time before xxx ( format see IOS8601 )
    Example: 2022-01-07T14:38:25.734+08:00
  • create_at_min string
    Creation time starts from XXX (see IOS8601 for the format)
    Example: 2022-01-07T14:38:25.734+08:00
  • limit integer
    Limit of query , default 50 , can not exceed 250
    Example: 50
  • name string
    Sales plan group name , fuzzy query
    Example: Discount
  • page_info string
    The unique identifier for pagination queries, used to locate a specific page.
    This parameter value is obtained from the link value in the response header of this API after you have queried the pagination information.
    For example, if the link value you obtained is <https://{handle}.myshopline.com/admin/openapi/{version}/selling_plan_group/selling_plan_group.json?limit=1&page_info=eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9>; rel="next" , the value of page_info is eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9 . For more information on how to use pagination, refer to Paging Mechanism.
    Example: eyJzaW5jZUlkIjoiMTQwNTYyMDAyNDU4NDQzNzI0NDExMDAwMDkiLCJkaXJlY3Rpb24iOiJuZXh0In0=
  • since_id string
    Start with specify selling plan group id query
    Example: 14056200245844372441100010
Request Headers
  • Content-Type string required
    The field must be set to the fixed value application/json; charset=utf-8.
  • Authorization string required
    The access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Status Codes
For the complete list of codes and messages, see Http status code.

Response Headers
  • traceId
    A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
  • link
    The URL link that provides the pagination data. You can obtain page_info from this parameter for subsequent pagination requests.
    This parameter is returned when the requested page has a previous or next page.
    For more information on how to use pagination, refer to Paging Mechanism.
Response Body
  • selling_plan_group_listobject[]
    List of sales plan groups
  • position integer
    Display location
    Example: 1
  • product_count integer
    Associated Product count
    Example: 10
  • app_id string
    Sales channel id
    Example: c41ac9e6736785502d2333d1b1153aca795075c4
  • description string
    Description
    Example: This is a description
  • id string
    Sales plan group id
    Example: 14056200245844372441100009
  • merchant_code string
    Show the name to the seller
    Example: Subscription plan group default name
  • name string
    Sales plan group name
    Example: Subscription plan group default name
  • options array
    List of sales plan group options
    Example: ["[\"delivery every 1 months\", \"delivery every 2 months\", \"delivery every 3 months\"]"]
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301

ParamOptions

header required
query
query
query
query
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301/selling_plan_group/selling_plan_group.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
Specify name
Response
{
"selling_plan_group_list": [
{
"id": "14060881232364316992673144",
"merchant_code": "Subscriptionplangroupdefaultname",
"name": "Subscriptionplangroupdefaultname",
"options": [
"deliveryevery1months"
],
"position": 1,
"product_count": 1,
"app_id": "111afe2f9baceb93004af92b1276582619f1db26",
"description": "Thisisadescription"
},
{
"description": "This is a description",
"id": "14060881260524538485193144",
"merchant_code": "Subscription plan group default name",
"name": "Subscription plan group default name",
"options": [
"delivery every 1 months"
],
"position": 1,
"product_count": 1,
"app_id": "111afe2f9baceb93004af92b1276582619f1db26"
},
{
"name": "Subscription plan group default name 3",
"options": [
"delivery every 1 months"
],
"position": 1,
"product_count": 1,
"app_id": "111afe2f9baceb93004af92b1276582619f1db26",
"description": "This is a description",
"id": "14060881274779635621973144",
"merchant_code": "Subscription plan group default name"
},
{
"app_id": "111afe2f9baceb93004af92b1276582619f1db26",
"description": "This is a description",
"id": "14060881275356100764933144",
"merchant_code": "Subscription plan group default name",
"name": "Subscription plan group default name 4",
"options": [
"delivery every 1 months"
],
"position": 1,
"product_count": 1
},
{
"product_count": 1,
"app_id": "111afe2f9baceb93004af92b1276582619f1db26",
"description": "This is a description",
"id": "14060881275906728976533144",
"merchant_code": "Subscription plan group default name",
"name": "Subscription plan group default name 5",
"options": [
"delivery every 1 months"
],
"position": 1
}
]
}
Was this article helpful to you?