Browse
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, unless config.collection_id is set.
Pagination is capped at 5 pages per browse; next_page_token is null on the final page. Contact support@trychannel3.com for deeper paging.
filters.brand_ids, filters.category_ids, or filters.website_ids must be provided, unless config.collection_id is set. See Collections.
Page depth
Browsing is limited to 5 pages per filter set (up to 150 products at the maximumlimit of 30). next_page_token is null on the fifth page, and a request with a token past page 5 returns 422 Unprocessable Entity.
Need deeper paging?
Authorizations
Headers
Optional user identifier to attribute clicks and sales to a user in your system. Channel3 appends it to buy URLs in the response.
Body
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, unless config.collection_id is set.
Optional limit on the number of results. Default is 20, max is 30.
x >= 1Opaque token from a previous browse response to fetch the next page. Browsing is limited to 5 pages; next_page_token is null on the final page.
Optional configuration, including collection_id.