Create a sales plan group
POST https://{handle}.myshopline.com/admin/openapi/v20250601/selling_plan_groups/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
.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
Request Body
- description stringShow the description to the sellerExample:
This is a description
- merchant_code stringCode to show to sellerExample:
Subscription plan group default name
- name string requiredName of sales program group to show buyersExample:
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 position , the smaller the more frontExample:
1
- product_ids arrayProduct listing for bindingExample:
["16057039432335097907370282"]
selling_plans_to_createobject[] required
List of sales plans createdbilling_policyobject required
Billing strategypolicy_type stringStrategy type : RECURRING- periodic billing strategyExample:RECURRING
recurringobject
Periodic billing strategyinterval stringBilling frequency unit : DAY、MONTH、WEEK、YEAR , default MONTHExample:DAY
interval_count integerBilling interval , default is 1Example:10
max_cycles integerMaximum billing cycleExample:1
min_cycles integerMinimum billing cycleExample:1
description stringDescription of sales plan to show to buyersExample:This is a description
name string requiredName of sales plan to show to buyersExample:Subscription plan group default name
options arrayList of sales plan optionsExample:["Delivery every 10 days"]
position integerDisplay position , the smaller the more frontExample:1
pricing_policiesobject[]
Price policyfixedobject
Fixed price policy contentadjustment_type stringDiscount type : FIXED_AMOUNT- minus , PERCENTAGE- discountExample:FIXED_AMOUNT
adjustment_valueobject
Discount valuefixed_value stringDeduction amount , value range : [ 0 , 99999999999.99] , precision retention of two decimal points , roundingExample:10
percentage stringDeduction percentage , value range : [ 0 , 100] , precision retention whole number , roundingExample:10.5
policy_type stringStrategy type : FIXED- fixed price strategyExample:FIXED
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
selling_plan_groupobject
Sales plan groupapp_id stringSales channel idExample:c41ac9e6736785502d2333d1b1153aca795075c3
description stringShow the description to the sellerExample:This is a description
id stringSales plan group idExample:14156200245844372441120009
merchant_code stringName of the sales plan group to show to the sellerExample:Subscription plan group default name
name stringSales plan group nameExample:Subscription plan group default name
options arrayList of sales program group optionsExample:["delivery every 1 months", "delivery every 2 months", "delivery every 3 months"]
position integerDisplay position , the smaller the more frontExample:1
product_ids arrayProduct id list for bindingExample:["16057039432335097907370282"]
selling_plansobject[]
Sales program listbilling_policyobject
Billing strategypolicy_type stringStrategy type : RECURRING- periodic billing strategyExample:RECURRING
recurringobject
Periodic billing strategyinterval stringBilling frequency unit : DAY、MONTH、WEEK、YEAR , default MONTHExample:DAY
interval_count integerBilling interval , default is 1Example:10
max_cycles integerMaximum billing cycleExample:1
min_cycles integerMinimum billing cycleExample:1
description stringDescription of sales plan to show to buyersExample:This is a description
id stringSales plan idExample:14156200245844372441120009
name stringName of sales plan to show to buyersExample:delivery every 1 weeks
options arrayList of sales plan optionsExample:["Delivery every 10 days"]
position integerDisplay position , the smaller the more frontExample:1
pricing_policiesobject[]
Price policyfixedobject
Fixed price policy contentadjustment_type stringDiscount type : FIXED_AMOUNT- minus , PERCENTAGE- discountExample:FIXED_AMOUNT
adjustment_valueobject
Discount valuefixed_value stringDeduction amount , value range : [ 0 , 99999999999.99] , precision retention of two decimal points , roundingExample:10
percentage stringDeduction percentage , value range : [ 0 , 100] , precision retention whole number , roundingExample:10.5
policy_type stringStrategy type : FIXED- fixed price strategyExample:FIXED
API Explorer
Debugger
Examples
Was this article helpful to you?