查询销售渠道的商品
GET https://{handle}.myshopline.com/admin/openapi/v20250601/product_listings.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。根据条件返回销售渠道中的商品
查询参数
- collection_id string使用分类ID筛选Example:
12250433045062532239420282
- handle string全局唯一的商品handleExample:
product-handle
- limit integer查询数量限制,默认50,不能超过1000Example:
50
- page_info string调用方不需要使用和关注此字段,由Shopline自动封装Example:
eyJzaW5jZUlkIjoiMTYwNTc0NzY4NjQyMTI3MzUxNTQxNjAyODIiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjV9
- product_ids string根据传入的商品ID列表筛选,最多1000个,多个用逗号分隔Example:
16057039432335097907370282
- updated_at_min string按在特定日期和时间之后最后更新的产品列表进行筛选Example:
2022-12-06T15:13:50+08:00
请求头
- 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 状态码
响应头
link
系统自动生成的翻页链接traceId
traceId
响应体
product_listingsobject[]
商品列表body_html string商品描述Example:This is a description
created_at string商品创建时间Example:2022-12-06T15:13:50+08:00
handle string全局唯一的商品handleExample:product-handle
imagesobject[]
商品主图列表alt string图片ALTExample:This is a image alt
src string图片地址Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
optionsobject[]
选项列表,最多5个id string选项IDExample:16157850264851626133440282
name string选项名称Example:Color
product_id string商品IDExample:16057039432335097907370282
values array选项值列表Example:["Red", "Green", "White”]
values_images map选项值图Example:[object Object]
product_id string商品IDExample:16057039432335097907370282
published_at string发布到在线商店的时间Example:2022-12-06T15:13:50+08:00
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
updated_at string商品更新时间Example:2022-12-06T15:13:50+08:00
variantsobject[]
规格列表,最多500个barcode string条形码Example:B00000001
compare_at_price string原价Example:100
id string款式IDExample:18057039432358082693350282
imageobject
款式图alt string图片altExample:This is a image alt
src string图片地址Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id string库存对象IDExample:5703943240925324252
inventory_policy string是否允许超卖,continue:允许,deny:不允许Example:deny
inventory_quantity integer所有地点的库存汇总值Example:100
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
required_shipping boolean是否需要发货Example:true
sku stringSKU码Example:T00000001
taxable boolean是否需要收税Example:true
title string款式标题Example:Red/L
weight string重量Example:0.5
weight_unit string重量单位, g:克,kg:千克,lb:磅,oz:盎司Example:g
vendor string商品厂商Example:Shopline
API Explorer
调试台
示例代码
这篇文章对你有帮助吗?