Query multiple selling programs
GET https://{handle}.myshopline.com/admin/openapi/v20250601/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 stringCreate time before xxx ( format see IOS8601 )Example:
2022-01-07T14:38:25.734+08:00
- create_at_min stringCreation time starts from XXX (see IOS8601 for the format)Example:
2022-01-07T14:38:25.734+08:00
- limit integerLimit of query , default 50 , can not exceed 250Example:
50
- name stringSales plan group name , fuzzy queryExample:
Discount
- page_info stringPaging informationExample:
eyJzaW5jZUlkIjoiMTQwNTYyMDAyNDU4NDQzNzI0NDExMDAwMDkiLCJkaXJlY3Rpb24iOiJuZXh0In0=
- since_id stringStart with specify selling plan group id queryExample:
14056200245844372441100010
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
link
Links to the previous and next pagetraceId
traceId
Response Body
selling_plan_group_listobject[]
List of sales plan groupsapp_id stringSales channel idExample:c41ac9e6736785502d2333d1b1153aca795075c4
description stringDescriptionExample:This is a description
id stringSales plan group idExample:14056200245844372441100009
merchant_code stringShow the name to the sellerExample:Subscription plan group default name
name stringSales plan group nameExample:Subscription plan group default name
options arrayList of sales plan group optionsExample:["delivery every 1 months", "delivery every 2 months", "delivery every 3 months"]
position integerDisplay locationExample:1
product_count integerAssociated Product countExample:10
API Explorer
Debugger
Examples
Was this article helpful to you?