Skip to main content
POST
Python
Access to this endpoint is restricted. If you think your use case requires it, contact us at support@trychannel3.com to get access.
List and page through products for a set of filters — useful for a static, grid view of products for a brand, website, or category. At least one of filters.brand_ids, filters.category_ids, or filters.website_ids must be provided.

Authorizations

x-api-key
string
header
required

Body

application/json

Filter-driven product listing with pagination (no free-text query).

filters
SearchFilters · object

Filters to browse by. At least one of brand_ids, category_ids, or website_ids must be provided.

limit
integer | null
default:20

Optional limit on the number of results. Default is 20, max is 30.

Required range: x >= 1
page_token
string | null

Opaque token from a previous browse response to fetch the next page.

Response

Successful Response

v1 paginated search response.

products
Product · object[]
required
next_page_token
string | null

Token to fetch the next page. Null when no more results.