需要 read_product_listings 权限点。
更多权限点使用信息,请参考:
GET https://{handle}.myshopline.com/admin/openapi/v20220601/collection_listings/:collection_listing_id.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
获取销售渠道中的指定分类
路径参数
  • collection_listing_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
响应
更多状态码信息请参考 HTTP 状态码

响应头
  • traceId
    traceId
响应体
  • collection_listingobject
    分类信息
  • bannerobject
    分类banner
  • alt string
    图片alt
  • src string
    图片src,长度不能超过240
  • body_html string
    分类描述
  • collection_type string
    分类类型:custom,smart
  • created_at string
    创建时间
  • disjunctive boolean
    智能添加条件之间的关系:
    1. and:true
    2. or:false
  • handle string
    分类Handle
  • id string
    分类ID
  • imageobject
    分类图片
  • alt string
    图片alt
  • src string
    图片src,长度不能超过240
  • published_at string
    发布到「在线商店」时间
  • published_scope string
    发布范围,值为「web」时表示在线商店
  • rulesobject[]
    智能添加条件
  • column string
    条件变量
  • condition string
    条件
  • relation string
    判断语句
  • sort_order string
    热销:best-selling 产品名称从A-Z:alpha-asc 产品名称从Z-A:alpha-desc 更新时间新→旧:updated-desc 更新时间旧→新:updated-asc 自定义:manual 创建时间新→旧:created-desc 创建时间旧→新:created-asc sku最低售价升序:price-asc sku最低售价降序:price-desc 近90天浏览量降序:view-desc 近90天加购量降序:add-to-cart-desc 转化率降序:conversion-rat
  • template_path string
    模板路径
  • title string
    分类标题
  • updated_at string
    更新时间
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20220601

ParamOptions

— path required
— header required

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20220601/collection_listings/collection_listing_id.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
这篇文章对你有帮助吗?

Error loading component.

Error loading component.