需要 read_products 权限点。
更多权限点使用信息,请参考:
GET https://{handle}.myshopline.com/admin/openapi/v20250601/products/smart_collections.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
批量查询店铺中智能分类的信息。你可以使用该接口查询店铺中所有或者指定的智能分类描述、智能分类条件、智能分类ID及其它智能分类相关信息。如果所查询的智能分类不存在,则返回空集。
查询参数
  • fields string
    需要返回的分类字段,多个字段使用逗号分隔。
    Example: title,handle
  • handle string
    分类的 handle,基于分类标题自动生成的唯一标识。更改分类标题不会更新 handle。
    Example: collection-handle
  • ids string
    分类ID,多个用逗号分隔
    Example: 12257170618007271602093384, 12257170618007271602083384
  • limit integer
    查询数量限制,默认50,不能超过250
    Example: 100
  • page_info string
    调用方不需要使用和关注此字段,由Shopline自动封装
    Example: eyJzaW5jZUlkIjoiMTIyNTcxNzA2MTgwMDcyNzE2MDIwOTMzODQiLCJkaXJlY3Rpb24iOiJuZXh0In0=
  • since_id string
    从指定分类ID开始查询
    Example: 12257170618007271602093384
  • title string
    分类标题
    Example: This is a title
  • updated_at_max string
    更新时间在XXX前(格式见IOS8601)
    Example: 2021-09-03T14:11:54+00:00
  • updated_at_min string
    更新时间在XXX起(格式见IOS8601)
    Example: 2021-09-04T14:11:54+00:00
请求头
  • Content-Type required
    字段值固定为application/json; charset=utf-8
  • Authorization string required
    资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
响应
更多状态码信息请参考 HTTP 状态码

响应头
  • link
    自动生成的翻页链接,包括上一页和下一页
  • traceId
    traceId
响应体
  • smart_collectionsobject[]
    智能分类的信息。
  • bannerobject
    分类banner
  • alt string
    alt信息
    Example: This is a image alt
  • src string
    src信息
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • body_html string
    分类描述
    Example: This is a description
  • created_at string
    智能分类的创建时间,时间格式遵循 ISO 8601 国际标准。
    Example: 2021-09-03T14:11:54+00:00
  • disjunctive boolean
    智能分类框定商品的条件之间的关系,true:商品符合任意一个条件,即可被纳入该智能分类中;false:商品必须满足所有条件必须全符合,才可被纳入该智能分类中
    Example: true
  • handle string
    分类的 handle,基于分类标题自动生成的唯一标识。更改分类标题不会更新 handle。
    Example: collection-handle
  • id string
    分类ID
    Example: 12257170618007271602093384
  • imageobject
    分类图片
  • alt string
    图片alt
    Example: This is a image alt
  • src string
    图片src
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • path string
    在线商店中商品URL的相对路径,最多512个字符。
    Example: /collections/spring
  • published_at string
    发布到在线商店的时间,时间格式遵循 ISO 8601 国际标准。
    Example: 2021-09-03T14:11:54+00:00
  • published_scope string
    设置发布范围,值为「web」时表示在线商店
    Example: web
  • rulesobject[]
    智能添加条件
  • column string
    条件变量
    Example: product_metafield_definition
  • condition string
    条件
    Example: true
  • condition_object_id long
    元字段对象的ID
    Example: 483749284
  • relation string
    判断语句
    Example: equals
  • sort_order string
    排序方式,热销:best-selling,产品名称从A-Z:alpha-asc,产品名称从Z- A:alpha-desc,更新时间新→旧:updated-desc,更新时间旧→新:updated-asc,自定义:manual
    Example: updated-asc
  • template_path string
    主题模板
    Example: templates/sortation/detail.json
  • title string
    分类标题
    Example: This is a title
  • updated_at string
    智能分类的更新时间,时间格式遵循 ISO 8601 国际标准。
    Example: 2021-09-03T14:11:54+00:00
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

header required
query
query
query
query
query
query
query
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/products/smart_collections.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
指定Handle
Response
{
"smart_collections": [
{
"banner": {
"alt": "This is a image alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/e46e6189dd5641a3b179444cacdcdd2a_15.png?w=1024&h=1024"
},
"body_html": "This is a description",
"created_at": "2023-06-12T14:21:25+08:00",
"disjunctive": true,
"handle": "first-zn",
"id": "12259764264680491895113144",
"image": {
"alt": "This is a image alt",
"src": "https://img-va.myshopline.com/image/store/2001026666/1653474941510/e46e6189dd5641a3b179444cacdcdd2a_15.png?w=1024&h=1024"
},
"published_at": "2023-06-12T14:21:25+08:00",
"published_scope": "web",
"rules": [
{
"column": "tag",
"condition": "T shirt",
"relation": "equals"
}
],
"sort_order": "updated-asc",
"template_path": "templates/collection.html",
"title": "First Smart Collection",
"updated_at": "2023-08-29T16:14:56+08:00"
}
]
}
这篇文章对你有帮助吗?

Error loading component.

Error loading component.