查询某个分类下商品信息
GET https://{handle}.myshopline.com/admin/openapi/v20250601/products/collections/:collection_id/products.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。查询分类下商品信息
路径参数
- collection_id string required分类id
查询参数
- fields string需要返回的字段,逗号分隔Example:
products
- limit integer查询数量的限制,默认50,不能超过250Example:
100
- page_info string调用方不需要使用和关注此字段,由Shopline自动封装Example:
eyJzaW5jZUlkIjoiMTYwNTc4NTY3NjcxMTc3MDcyNTEwNjAyODIiLCJkaXJlY3Rpb24iOiJuZXh0In0=
请求头
- 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
响应体
productsobject[]
商品body_html string商品描述Example:This is a description
created_at string创建时间(格式见IOS8601)Example:2021-09-02T14:11:54+00:00
handle string全局唯一的商品handleExample:product-handle
id string商品idExample:16057850264845250791280282
imageobject
商品首图alt string图片altExample:This is a image alt
src string图片srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
imagesobject[]
主图列表alt string图片altExample:This is a image alt
src string图片srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
optionsobject[]
选项列表id string选项IDExample:16158068291703878544960282
name string选项名称Example:Color
product_id string对应的商品IDExample:16057850264845250791280282
values array选项值Example:["Red"]
values_images map选项值图Example:[object Object]
path string在线商店中商品URL的相对路径,最多512个字符。Example:/collections/spring
product_behavior string商品行为Example:RISK,HIDDEN
product_type string商品类型:NORMAL-正常商品,POD_TEMPORARY-POD临时商品,TEMPORARY-临时商品Example:NORMAL
published_at string发布到在线商店的时间Example:2021-09-02T14:11:54+00:00
published_scope string设置发布范围,值为「web」时表示在线商店Example:web
spu stringSPU码Example:S0000001
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更新时间(格式见IOS8601)Example:2021-09-02T14:11:54+00:00
variantsobject[]
款式列表barcode string条形码Example:T0000001
compare_at_price string原价Example:99
id string款式IDExample:18057850264851626133510282
imageobject
款式图alt string图片altExample:This is a image alt
src string图片srcExample:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id string库存对象IDExample:5785060242375689228
inventory_policy string是否允许超卖:continue - 允许,deny - 不允许Example:deny
inventory_quantity integer所有地点的库存数汇总Example:99
inventory_tracker boolean是否追踪库存Example:true
option1 string该款式对应的第一个选项的值Example:Red
option2 string该款式对应的第二个选项的值Example:L
option3 string该款式对应的第三个选项的值option4 string该款式对应的第四个选项的值option5 string该款式对应的第五个选项的值position integer款式的位置权重Example:1
price string售价Example:90
product_id string对应的商品IDExample:16057850264845250791280282
required_shipping boolean是否需要发货Example:true
sku stringSKU码Example:S000000001
taxable boolean是否需要收税Example:true
title string款式标题Example:Red/L
weight string重量Example:0.2
weight_unit string重量单位, g:克,kg:千克,lb:磅,oz:盎司,zh_kg:公斤Example:kg
vendor string厂商Example:Shopline
API Explorer
调试台
示例代码
这篇文章对你有帮助吗?