更新手动分类
PUT https://{handle}.myshopline.com/admin/openapi/v20250601/products/custom_collections/:custom_collection_id.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。更新手动分类
路径参数
- custom_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
请求体
custom_collectionobject required
分类信息bannerobject
分类的横幅图alt string具有图像特征或内容的单词或短语,限制512个字符Example:This is a image alt.
src string对应的图片链接,限制255个字符Example:https://img.myshopline.com/image/official/e46e6189ed5641a3b179444cacdcdd2a.png
body_html string分类描述Example:This is a description.
collectsobject[]
分类中的商品关系列表position integer商品在分类中的位置,从1开始Example:1
product_id string商品IDExample:16057850264845250791280282
handle string分类HandleExample: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个字符。 :::tip{title="tip"} 1. 如果该字段为空,则不执行任何操作 :::Example:/collections/spring
published_scope string发布范围,值为web
时表示在线商店Example:web
sort_order string指定分类中产品的排序顺序参数值 描述 best-selling 按畅销产品排序 alpha-asc 按字母顺序升序 (A - Z) alpha-desc 按字母顺序降序 (Z - A) updated-desc 按更新日期降序(最新 - 最旧) updated-asc 按更新日期升序(最旧 - 最新) manual 按照商家手动设置的顺序 Example:updated-desc
title string分类标题Example:spring clothing
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
custom_collectionobject
手动分类信息bannerobject
分类横幅图alt string具有图像特征或内容的单词或短语Example:This is a image alt
src string对应的图片链接Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.png
body_html string分类描述Example:This is a description
created_at string创建时间Example:2021-09-03T14:11:54+00:00
handle string分类handleExample:spring-clothing
id string分类idExample:12257170618007271602093384
imageobject
分类图片alt string具有图像特征或内容的单词或短语Example:This is a image alt
src string对应的图片链接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
sort_order string指定分类中产品的排序顺序参数值 描述 best-selling 按畅销产品排序 alpha-asc 按字母顺序升序 (A - Z) alpha-desc 按字母顺序降序 (Z - A) updated-desc 按更新日期降序(最新 - 最旧) updated-asc 按更新日期升序(最旧 - 最新) manual 按照商家手动设置的顺序 Example:updated-desc
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
调试台
这篇文章对你有帮助吗?