需要 write_products 权限点。
更多权限点使用信息,请参考:
PUT https://{handle}.myshopline.com/admin/openapi/v20250601/products/smart_collections/:smart_collection_id.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
更新智能分类
路径参数
  • smart_collection_id string required
    智能分类ID
请求头
  • Content-Type required
    字段值固定为application/json; charset=utf-8
  • Authorization string required
    资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
  • smart_collectionobject required
    智能分类信息
  • bannerobject
    分类的横幅图
  • alt string
    具有图像特征或内容的单词或短语,限制512个字符
    Example: This is a image alt
  • src string
    对应的图片链接,限制255个字符
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • body_html string
    分类描述
    Example: This is a description
  • disjunctive boolean
    智能分类框定商品的条件之间的关系
    参数值描述
    true商品符合任意一个条件,即可被纳入该智能分类中
    false商品必须满足所有条件必须全符合,才可被纳入该智能分类中
    Example: true
  • handle string
    分类Handle
    Example: spring-clothing
  • imageobject
    分类图片
  • alt string
    具有图像特征或内容的单词或短语,限制512个字符
    Example: This is a image alt
  • src string
    对应的图片链接,限制255个字符
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • path string
    在线商店中商品URL的相对路径,最多512个字符。
    Example: /collections/spring
  • published_scope string
    发布范围,值为web时表示在线商店
    Example: web
  • rulesobject[]
    规则列表
  • column string
    条件变量
    参数值描述
    title产品标题
    sale_price产品变体售价
    compared_at_price产品变体原价
    tag产品标签
    inventory所有产品变体的总库存
    vendor厂商
    variant_weight产品变体重量
    variant_title产品变体标题
    created_at产品创建时间
    sales产品总销售量
    view产品浏览量
    add_to_cart产品加购量
    type商家自定义类型
    product_taxonomy_node_id标准化产品类型
    product_metafield_definition产品元字段的值
    Example: product_metafield_definition
  • condition string
    条件值
    Example: true
  • condition_object_id long
    元字段对象的ID
    Example: 459302847
  • relation string
    判断语句
    参数值描述
    equals表示等于
    not_equals表示不等于
    starts_with表示前缀匹配
    ends_with表示后缀匹配
    contains表示包含关系
    not_contains表示不包含关系
    greater_than表示大于
    less_than表示小于
    Example: equals
  • sort_order string
    指定分类中产品的排序顺序
    参数值描述
    best-selling按畅销产品排序
    alpha-asc按字母顺序升序 (A - Z)
    alpha-desc按字母顺序降序 (Z - A)
    updated-desc按更新日期降序(最新 - 最旧)
    updated-asc按更新日期升序(最旧 - 最新)
    manual按照商家手动设置的顺序
    Example: updated-asc
  • title string
    分类标题
    Example: spring clothing
响应
更多状态码信息请参考 HTTP 状态码

响应头
  • traceId
    traceId
响应体
  • smart_collectionobject
    智能分类信息
  • bannerobject
    分类的横幅图
  • alt string
    具有图像特征或内容的单词或短语
    Example: This is a image alt
  • src string
    对应的图片链接,限制255个字符
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • body_html string
    分类描述
  • created_at string
    创建时间
  • disjunctive boolean
    智能分类框定商品的条件之间的关系
    参数值描述
    true商品符合任意一个条件,即可被纳入该智能分类中
    false商品必须满足所有条件必须全符合,才可被纳入该智能分类中
    Example: true
  • handle string
    分类handle
    Example: spring-clothing
  • id string
    分类id
    Example: 12257170618007271602093384
  • imageobject
    分类图片
  • alt string
    具有图像特征或内容的单词或短语
    Example: This is a image alt
  • src string
    对应的图片链接,限制255个字符
    Example: https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
  • published_at string
    发布到在线商店的时间
    Example: 2021-09-03T14:11:54+00:00
  • published_scope string
    发布范围,值为web时表示在线商店
    Example: web
  • rulesobject[]
    规则列表
  • column string
    条件变量
    参数值描述
    title产品标题
    sale_price产品变体售价
    compared_at_price产品变体原价
    tag产品标签
    inventory所有产品变体的总库存
    vendor厂商
    variant_weight产品变体重量
    variant_title产品变体标题
    created_at产品创建时间
    sales产品总销售量
    view产品浏览量
    add_to_cart产品加购量
    type商家自定义类型
    product_taxonomy_node_id标准化产品类型
    product_metafield_definition产品元字段的值
    Example: product_metafield_definition
  • condition string
    条件值
    Example: true
  • condition_object_id long
    元字段对象的ID
    Example: 459302847
  • relation string
    判断语句
    参数值描述
    equals表示等于
    not_equals表示不等于
    starts_with表示前缀匹配
    ends_with表示后缀匹配
    contains表示包含关系
    not_contains表示不包含关系
    greater_than表示大于
    less_than表示小于
    Example: equals
  • sort_order string
    指定分类中产品的排序顺序
    参数值描述
    best-selling按畅销产品排序
    alpha-asc按字母顺序升序 (A - Z)
    alpha-desc按字母顺序降序 (Z - A)
    updated-desc按更新日期降序(最新 - 最旧)
    updated-asc按更新日期升序(最旧 - 最新)
    manual按照商家手动设置的顺序
    Example: updated-asc
  • template_path string
    主题模板
    Example: templates/sortation/detail.json
  • title string
    分类标题
    Example: spring clothing
  • updated_at string
    更新时间
    Example: 2021-09-03T14:11:54+00:00
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

path required
header required

Body

required
{
  "smart_collection": {
    "banner": {
      "alt": "This is a image alt",
      "src": "https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png"
    },
    "body_html": "This is a description",
    "disjunctive": true,
    "handle": "spring-clothing",
    "image": {
      "alt": "This is a image alt",
      "src": "https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png"
    },
    "path": "/collections/spring",
    "published_scope": "web",
    "rules": [
      {
        "column": "product_metafield_definition",
        "condition": "true",
        "condition_object_id": 459302847,
        "relation": "equals"
      }
    ],
    "sort_order": "updated-asc",
    "title": "spring clothing"
  }
}

Language

curl --request PUT \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/products/smart_collections/smart_collection_id.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json' \
--data '
{
"smart_collection": {
"banner": {
"alt": "This is a image alt",
"src": "https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png"
},
"body_html": "This is a description",
"disjunctive": true,
"handle": "spring-clothing",
"image": {
"alt": "This is a image alt",
"src": "https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png"
},
"path": "/collections/spring",
"published_scope": "web",
"rules": [
{
"column": "product_metafield_definition",
"condition": "true",
"condition_object_id": 459302847,
"relation": "equals"
}
],
"sort_order": "updated-asc",
"title": "spring clothing"
}
}
'
这篇文章对你有帮助吗?

Error loading component.

Error loading component.