创建销售计划组
POST https://{handle}.myshopline.com/admin/openapi/v20250601/selling_plan_groups/selling_plan_group.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。创建销售计划组
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
- description string展示给卖家看的描述Example:
This is a description
- merchant_code string展示给卖家看的销售计划组名称Example:
Subscription plan group default name
- name string required展示给买家看的销售计划组名称Example:
Subscription plan group default name
- options array销售计划组选项列表Example:
["delivery every 1 months", "delivery every 2 months", "delivery every 3 months"]
- position integer展示位置,越小越靠前Example:
1
- product_ids array绑定的商品列表Example:
["16057039432335097907370282"]
selling_plans_to_createobject[] required
创建的销售计划列表billing_policyobject required
计费策略policy_type string策略类型:RECURRING - 周期性计费策略Example:RECURRING
recurringobject
周期性计费策略interval string计费频率单位:DAY、MONTH、WEEK、YEAR,默认 MONTHExample:DAY
interval_count integer计费间隔, 默认是 1Example:10
max_cycles integer最大计费周期Example:1
min_cycles integer最小计费周期Example:1
description string展示给买家看的销售计划描述Example:This is a description
name string required展示给买家看的销售计划名称Example:Subscription plan group default name
options array销售计划选项列表Example:["Delivery every 10 days"]
position integer展示位置,越小越靠前Example:1
pricing_policiesobject[]
价格策略fixedobject
固定价格策略内容adjustment_type string优惠类型:FIXED_AMOUNT - 减额,PERCENTAGE - 折扣Example:FIXED_AMOUNT
adjustment_valueobject
优惠值fixed_value string扣减金额,取值范围:[0, 99999999999.99],精度保留两位小数,四舍五入Example:10
percentage string扣减百分比,取值范围:[0, 100],精度保留整数,四舍五入Example:10.5
policy_type string策略类型:FIXED - 固定价格策略Example:FIXED
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
selling_plan_groupobject
销售计划组app_id string销售渠道IDExample:c41ac9e6736785502d2333d1b1153aca795075c4
description string展示给卖家看的描述Example:This is a description
id string销售计划组idExample:14156200245844372441120009
merchant_code string展示给卖家看的销售计划组名称Example:Subscription plan group default name
name string销售计划组名称Example:Subscription plan group default name
options array销售计划组选项列表Example:["delivery every 1 months", "delivery every 2 months", "delivery every 3 months"]
position integer展示位置,越小越靠前Example:1
product_ids array绑定的商品id列表Example:["16057039432335097907370282"]
selling_plansobject[]
销售计划列表billing_policyobject
计费策略policy_type string策略类型:RECURRING - 周期性计费策略Example:RECURRING
recurringobject
周期性计费策略interval string计费频率单位:DAY、MONTH、WEEK、YEAR,默认 MONTHExample:DAY
interval_count integer计费间隔, 默认是 1Example:10
max_cycles integer最大计费周期Example:1
min_cycles integer最小计费周期Example:1
description string展示给买家看的销售计划描述Example:This is a description
id string销售计划idExample:14156200245844372441120009
name string展示给买家看的销售计划名称Example:delivery every 1 weeks
options array销售计划选项列表Example:["Delivery every 10 days"]
position integer展示位置,越小越靠前Example:1
pricing_policiesobject[]
价格策略fixedobject
固定价格策略内容adjustment_type string优惠类型:FIXED_AMOUNT - 减额,PERCENTAGE - 折扣Example:FIXED_AMOUNT
adjustment_valueobject
优惠值fixed_value string扣减金额,取值范围:[0, 99999999999.99],精度保留两位小数,四舍五入Example:10
percentage string扣减百分比,取值范围:[0, 100],精度保留整数,四舍五入Example:10.5
policy_type string策略类型:FIXED - 固定价格策略Example:FIXED
API Explorer
调试台
示例代码
这篇文章对你有帮助吗?