Python
Product
Browse
Access to this endpoint is restricted. If you think your use case requires it, contact us at support@trychannel3.com to get access.
POST
Python
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
Body
application/json
Filter-driven product listing with pagination (no free-text query).
Filters to browse by. At least one of brand_ids, category_ids, or website_ids must be provided.
Optional limit on the number of results. Default is 20, max is 30.
Required range:
x >= 1Opaque token from a previous browse response to fetch the next page.