创建商品
POST https://{handle}.myshopline.com/admin/openapi/v20250601/products/products.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
请求体
productobject
商品对象activated_at string上架时间(格式见 ISO 8601),当status
参数为active
时有效,且不得早于创建时间。传入时,created_at
参数为必填项Example:2024-08-23T16:04:42.527+08:00
body_html string商品描述,限制512kExample:This is a description
created_at string创建时间(格式见 ISO 8601),不得晚于当前时间。未传入时默认为数据写入时间Example:2024-08-22T16:03:42.527+08:00
handle string全局唯一的商品handle,默认商品标题,限制255个字符Example:a-product-title
imagesobject[]
商品图片列表,最多502张alt string具有图像特征或内容的单词或短语,限制512个字符Example:This is a image alt
src string对应的图片链接,限制255个字符Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
optionsobject[]
选项集合,最多5个name string选项名称,限制255个字符Example:Color
values_images map选项值对应的图片Example:[object Object]
path string在线商店中商品URL的相对路径,最多512个字符。Example:/my_product
product_category string产品类别Example:Electronic
published_at string发布到在线商店的时间(格式见 ISO 8601),当published_scope
参数为web
时有效,且不得早于创建时间。传入时,created_at
参数为必填项Example:2024-08-23T16:04:42.527+08:00
published_scope string发布范围,值为web
时表示在线商店Example:web
spu string商品的SPU码,限制255个字符Example:S000001
status string商品状态:参数值 描述 active 表示产品已准备好销售,可以在应用程序和销售渠道上发布 draft 该产品尚未准备好销售,无法通过应用程序和销售渠道向客户提供 archived 表示该产品不用于销售,不能通过应用程序和销售渠道提供给客户 Example:active
subtitle string商品摘要,限制255个字符Example:This is a subtitle
tags array商品标签,最多250个标签,每个标签长度限制最大255Example:tag1, tag2
title string商品标题,限制255个字符Example:A product title
variantsobject[]
归属于商品的变体,最多500个barcode string变体的条形码,限制255个字符Example:B000000001
compare_at_price string变体的原价,默认为空Example:11.2
imageobject
变体的图片alt string具有图像特征或内容的单词或短语,限制512个字符Example:This is a image alt
src string对应的图片链接,限制255个字符Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_policy string超卖策略:参数值 描述 deny 在产品变体库存完全售空的情况下,客户无法继续订购 continue 即使产品变体库存已售空,客户依然可以下单购买 Example:deny
inventory_tracker boolean表示是否启用对该商品库存的跟踪,默认为不追踪Example:true
option1 string该变体对应的第一个选项的值,限制255个字符Example:Red
option2 string该变体对应的第二个选项的值,限制255个字符Example:L
option3 string该变体对应的第三个选项的值,限制255个字符option4 string该变体对应的第四个选项的值,限制255个字符option5 string该变体对应的第五个选项的值,限制255个字符price string变体的价格,默认为0Example:10.11
required_shipping boolean表明是否需要发货Example:true
sku stringSKU码,限制255个字符Example:T0000000001
taxable boolean表明是否需要收税Example:true
weight string变体的重量,要求大于0,超过两位小数向上取整Example:1.2
weight_unit string变体重量的测量单位。如果未指定weight_unit
,则默认为g
枚举值 描述 g 表示单位为克 kg 表示单位为千克 lb 表示单位为磅 oz 表示单位为盎司 zh_kg 表示单位为公斤 Example:kg
vendor string厂商名称,限制255个字符Example:Shopline
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
productobject
商品对象activated_at string上架时间,即商品状态(status
)设置为激活(active
)时的时间Example:2024-08-23T16:04:42.527+08:00
body_html string商品描述Example:This is a description
created_at string创建时间Example:2024-08-22T16:03:42.527+08:00
handle string全局唯一的商品handleExample:a-product-title
id string商品IDExample:16050375155238626683133099
imageobject
商品的主图alt string具有图像特征或内容的单词或短语Example:This is a image alt
id string图片IDExample:5759070976424132652
src string对应的图片链接Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
imagesobject[]
商品图片列表alt string具有图像特征或内容的单词或短语Example:This is a image alt
id string图片IDExample:5759070976424132652
src string对应的图片src链接Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
optionsobject[]
选项集合,最多5个id string选项IDname string选项名称product_id string商品IDExample:16050375155238626683133099
values array选项值列表Example:Red, Green, White
values_images map选项值对应的图片Example:[object Object]
product_behavior string商品的一些行为product_category string产品类别Example:Electronic
product_type string商品类型:- NORMAL
- POD_TEMPORARY
- TEMPORARY
Example:NORMAL
published_at string发布到在线商店的时间Example:2024-08-22T16:03:42.527+08:00
published_scope string发布范围,值为web
时表示在线商店Example:web
spu string商品的SPU码Example:S000001
status string商品状态:参数值 描述 active 表示产品已准备好销售,可以在应用程序和销售渠道上发布 draft 该产品尚未准备好销售,无法通过应用程序和销售渠道向客户提供 archived 表示该产品不用于销售,不能通过应用程序和销售渠道提供给客户 Example:active
subtitle string商品摘要Example:This is a subtitle
tags string商品标签Example:tag1, tag2
template_path string主题模板Example:templates/product.json
title string商品标题Example:A product title
updated_at string最后修改的日期和时间Example:2024-08-22T16:03:42.527+08:00
variantsobject[]
归属于商品的变体barcode string条形码Example:B000000001
compare_at_price string原价Example:11.2
created_at string创建时间Example:2024-08-22T16:03:42.527+08:00
id string商品变体IDExample:18050375907221969070393099
imageobject
变体的图片alt string具有图像特征或内容的单词或短语Example:This is a image alt
id string变体图片IDExample:5759070976424132652
src string对应的图片链接Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id string库存对象IDExample:5705499385037070868
inventory_policy string超卖策略:参数值 描述 deny 在产品变体库存完全售空的情况下,客户无法继续订购 continue 即使产品变体库存已售空,客户依然可以下单购买 Example:deny
inventory_quantity integer所有地点的库存数量汇总Example:90
inventory_tracker boolean表明是否追踪库存Example:true
option1 string该变体对应的第一个选项的值Example:Red
option2 string该变体对应的第二个选项的值Example:L
option3 string该变体对应的第三个选项的值option4 string该变体对应的第四个选项的值option5 string该变体对应的第五个选项的值price string变体的价格Example:10.11
product_id string商品IDExample:16050375155238626683133099
required_shipping boolean表明是否需要发货Example:true
sku string产品变体的SKU码Example:T0000000001
taxable boolean表明是否需要收税Example:true
title string变体标题Example:Red/L
updated_at string更新时间Example:2024-08-22T17:03:42.527+08:00
weight string变体的重量Example:1.2
weight_unit string变体重量的测量单位Example:kg
vendor string商品厂商Example:Shopline
API Explorer
调试台
这篇文章对你有帮助吗?