List token-authorized brands
品牌
列出品牌
列出卖家或运营账号可访问的品牌
GET
List token-authorized brands
使用该接口获取当前卖家或运营 Token owner 被授权访问的品牌列表。运营账号属于商家端角色,只能看到被授权的品牌。
列表接口支持游标分页:
limit 默认 25、最大 100,传入上一页返回的 next_cursor 作为 cursor 可继续读取下一页;没有更多结果时 next_cursor 为 null。
响应字段:
id:品牌 ID。name:品牌名称。description:品牌简介,可能缺省。logo_url:品牌 Logo 图片 URL,可能缺省。website:品牌官网 URL,可能缺省。status:品牌自身状态。product_count:当前可见商品数量,可能缺省。amazon_regions:品牌当前有 active 商品覆盖的 Amazon 国家/地区码,可能缺省。amazon_marketplaces:Amazon 站点域名,例如amazon.com、amazon.co.uk,可能缺省。partnership_status:当前 Token owner 与品牌的合作状态;卖家侧通常不依赖该字段判断授权范围。
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
查询参数
每页返回数量,默认 25,最大 100。Number of items per page; defaults to 25 and maxes out at 100.
必填范围:
x <= 100上一页响应返回的下一页游标。Cursor returned as next_cursor by the previous page.