List discoverable brands
品牌
列出品牌
列出创作者可发现的品牌
GET
List discoverable brands
使用该接口获取当前创作者 Token 可发现的品牌列表。列表接口支持游标分页:
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 国家/地区码,例如US、UK、DE,可能缺省。amazon_marketplaces:对应的 Amazon 站点域名,例如amazon.com、amazon.co.uk、amazon.de,可能缺省。需要展示或判断具体亚马逊站点时优先使用该字段。partnership_status:当前 Token owner 与该品牌的合作状态,可为approved、pending、rejected、suspended或null。null表示没有合作记录。
status 和 partnership_status 含义不同:前者是品牌自身状态,后者才是当前创作者与品牌的合作关系。授权
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.