批量查询商品
GET https://{handle}.myshopline.com/admin/openapi/v20250601/products/products.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。批量查询商品基本信息。
查询参数
- collection_id string商品分类的唯一标识符 ID。
最大长度限制:64Example:12248721639068681442230282
- created_at_max string指定要查询商品的截止创建时间。在此日期或此日期之前创建的订单会被返回,需与
created_at_min
配合使用,共同确定查询的时间区间。格式:ISO 8601。Example:2021-09-02T14:11:54+00:00
- created_at_min string指定要查询商品的起始创建时间。在此日期或此日期之后创建的订单会被返回。格式:ISO 8601。Example:
2021-09-03T14:11:54+00:00
- fields string需要返回的分类字段,多个字段使用逗号分隔。Example:
title,id,created_at
- handle string商品的 handle,基于商品标题自动生成的唯一标识。更改商品标题不会更新 handle。Example:
product-handle
- ids string指定的商品 ID,多个 ID 用逗号分隔。Example:
16057850264845250791280282,16057850264845250333280282
- limit integer查询商品数量的限制。
默认值:50
取值范围:1-250Example:100
- order_by string按商品创建时间排序。
created_at_asc
: 按商品创建时间从远到近排序。created_at_desc
: 按商品创建时间从近到远排序。
Example:created_at_desc
- page_info string调用方不需要使用和关注此字段,由SHOPLINE自动封装。Example:
eyJzaW5jZUlkIjoiMTYwNTc4NTY3NjcxMTc3MDcyNTEwNjAyODIiLCJkaXJlY3Rpb24iOiJuZXh0Iiwic29ydFR5cGUiOiJjcmVh
- product_category string产品的类型。Example:
Electronics
- since_id string从这个商品ID开始查询。Example:
16057850264845250791280282
- status string商品状态。有效枚举值包含:
active
: 上架。draft
: 下架。archived
: 归档。
Example:active
- title string商品标题,用于展示给买家。Example:
This is a title.
- updated_at_max string指定要查询商品的截止更新时间。在此日期或此日期之前更新的商品会被返回,需与
updated_at_min
配合使用,共同确定查询的时间区间。格式:ISO 8601。Example:2021-09-02T14:11:54+00:00
- updated_at_min string指定要查询商品的起始更新时间。在此日期或此日期之后更新的商品会被返回,需与
updated_at_max
配合使用,共同确定查询的时间区间。格式:ISO 8601。Example:2021-09-03T14:11:54+00:00
- vendor string商品的厂商。Example:
SHOPLINE
请求头
- 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商品描述。
最大长度限制:512Example:product description
handle string商品的 handle,基于商品标题自动生成的唯一标识。更改商品标题不会更新 handle。Example:product-handle
id string商品的唯一标识符 ID。Example:16057850264845250791280282
imageobject
图片信息。alt string具有图像特征或内容的单词或短语。
最大长度限制:255Example:This is a image alt.
id string图片的ID。Example:5785060242207917075
src string对应的图片链接。Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
imagesobject[]
图片信息。alt string具有图像特征或内容的单词或短语。
最大长度限制:255Example:alt
id string图片ID。Example:5785060242207917075
src string对应的图片链接。
最大长度限制:255Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
optionsobject[]
选项列表。id string选项ID。Example:16158068291703878544960282
name string选项名称。Example:Color
product_id string对应的商品ID。Example:16057850264845250791280282
values array选项值列表。Example:["Red", "Green", "White"]
values_images map选项值图。Example:[object Object]
path string在线商店中商品URL的相对路径。最大长度限制:512Example:/my_product
product_behavior string商品行为。Example:RISK, HIDDEN
product_category string产品类型。Example:Electronics
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商品摘要。
最大长度限制:255Example:This is a subtitle
tags string商品标签。
最大数量限制: 250
最大长度限制:255Example:tag1, tag2
template_path string主题模板。Example:templates/products/detail.json
title string商品标题。
最大长度限制:255Example:This is a Product title
variantsobject[]
款式列表。barcode string变体的条形码。
最大长度限制:255Example:T0000001
compare_at_price string变体的原价,价格数值保留到小数点后两位,默认为空。Example:129.99
id string款式ID。Example:18057850264851626133510282
imageobject
图片信息。alt string图片的 alt 信息。
最大长度限制:255Example:This is the image alt
id string图片ID。Example:5785060242207917075
src string对应的图片链接。
最大长度限制:255Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
inventory_item_id string库存对象ID。Example:5785060242375689228
inventory_policy string超卖策略。continue
:允许。deny
:不允许。
Example:deny
inventory_quantity integer所有地点的库存数汇总。Example:99
inventory_tracker boolean表示是否启用对该商品库存的跟踪。true
:启用追踪。false
:不启用追踪。
默认值:falseExample: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对应的商品ID。Example:16057850264845250791280282
required_shipping boolean表明是否需要运输。true
:需要运输。false
:不需要运输。
默认值: trueExample:true
sku stringSKU(库存单位)是特定商品变体的唯一标识符,如尺寸、颜色或型号。Example:S000000001
taxable boolean表明是否需要收税。true
:需要收税。false
:不需要收税。
默认值:true
title string款式标题。Example:Red/L
weight string变体的重量要求大于0,超过两位小数时向上取整。Example:0.23
weight_unit string变体的重量的测量单位,如果未指定weight_unit
,则默认为g
。有效的枚举值包含:g
: 表示单位为克。kg
: 表示单位为千克。lb
: 表述单位为磅。oz
: 表示单位为盎司。zh_kg
: 表示单位为公斤。
Example:kg
vendor string厂商。Example:SHOPLINE
API Explorer
调试台
示例代码
这篇文章对你有帮助吗?
Error loading component.