v42

OpenAPI 3.1.0raw.githubusercontent.com2026-07-092767199.2 KB
v1

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.

Access to this endpoint is restricted. If you think your use-case requires it, please contact us.

post/v1/browse

Request body

limitinteger nullable

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

page_tokenstring nullable

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

Response

Successful Response

next_page_tokenstring nullable

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