查询单个商品
GET https://{handle}.myshopline.com/admin/openapi/v20250601/products/:product_id.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。获取商品详情
路径参数
- product_id string required商品的唯一标识 ID。 最大长度限制:64Example:
16049619743346320200470282
查询参数
- fields string需要返回的字段,逗号分隔Example:
title,id,created_at,status
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
productobject
商品详情body_html string商品的描述。
最大限制:512 kExample:This is a description
handle string商品的 handle,基于商品标题自动生成的唯一标识。更改商品标题不会更新 handle。Example:product-handle
id string商品idExample:16049619743346320200470282
imageobject
商品首图alt string图片altExample:This is a image alt
id string图片IDExample:5785060242207917075
src string图片srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
imagesobject[]
主图列表alt string图片altExample:This is a image alt
id string图片IDExample:5785060242207917075
src string图片srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
optionsobject[]
选项列表id string选项IDExample:16158068291703878544960282
name string选项名称Example:Color
product_id string对应的商品IDExample:16057039432335097907370282
values array选项值列表Example:["Red", "Green", "White"]
values_images map选项值图Example:[object Object]
path string在线商店中商品URL的相对路径,最多512个字符。Example:/my_product
product_behavior string商品行为Example:RISK,HIDDEN
product_category string产品类型Example:Electronic
product_type string商品类型:NORMAL-正常商品,POD_TEMPORARY-POD临时商品,TEMPORARY-临时商品Example:NORMAL
published_scope string设置发布范围,值为「web」时表示在线商店Example:web
spu stringSPU码Example:S00000001
status string商品状态:active - 上架,draft - 下架,archived - 归档Example:active
subtitle string副标题Example:This is a subtitle
tags string标签Example:tag1,tag2
template_path string主题模板Example:templates/products/detail.json
title string标题Example:This is a title
variantsobject[]
款式列表barcode string条形码Example:T00000001
compare_at_price string原价,价格数值保留到小数点后两位。Example:99
id string款式IDExample:18057039439794751459380282
imageobject
款式图alt stringaltExample:alt
id string图片IDExample:5785060242207917075
src stringurlExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id string库存对象IDExample:59854602422372317075
inventory_policy string是否允许超卖,continue:允许,deny:不允许Example:deny
inventory_quantity integer所有地点的库存数汇总Example:99
inventory_tracker boolean是否追踪库存。- true:启用追踪
- false:不启用追踪
默认值Example:true
option1 string该款式对应的第一个选项的值Example:Red
option2 string该款式对应的第二个选项的值Example:L
option3 string该款式对应的第三个选项的值option4 string该款式对应的第四个选项的值option5 string该款式对应的第五个选项的值price string商品的销售价,价格数值保留到小数点后两位。Example:90
product_id string对应的商品IDExample:16057039432335097907370282
require_shipping boolean商品是否需要运输。- true:需要运输
- false:不需要运输
默认值: trueExample:true
sku stringSKU码Example:S00000001
taxable boolean是否需要收税。- true:需要收税
- false:不需要收税
默认值: trueExample:true
title string款式标题Example:Red/L
weight string重量Example:0.2
weight_unit string重量单位:g,kg,lb,oz,zh_kgExample:kg
vendor string厂商Example:Shopline
API Explorer
调试台
示例代码
这篇文章对你有帮助吗?
Error loading component.