List products visible to the creator
Products
List products
List products available to the creator
GET
List products visible to the creator
This endpoint returns products for brands where the current creator has an approved partnership. Requests must include
brand_id. List endpoints use cursor pagination: limit defaults to 25 and cannot exceed 100; pass the previous response’s next_cursor as cursor to read the next page. When there are no more results, next_cursor is null.
If the brand’s partnership_status is not approved, this endpoint returns 403 forbidden_resource.
Response fields:
id: Product ID.brand_id: Brand ID.asin: Amazon ASIN.title: Product title.image_url: Product image URL; may be omitted.detail_page_url: Amazon product detail page URL; may be omitted.marketplace_id: Amazon marketplace ID; may be omitted.country_code: Amazon country/region code; may be omitted.price_cents: Product price in minor currency units; may be omitted.currency: Price currency; may be omitted.status: Product status.commission: Product commission configuration; may benull. When present, it includestype,rate,rate_bps,flat_cents, andcurrency_code.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
品牌 ID。Brand ID.
每页返回数量,默认 25,最大 100。Number of items per page; defaults to 25 and maxes out at 100.
Required range:
x <= 100上一页响应返回的下一页游标。Cursor returned as next_cursor by the previous page.