Error
Catalog endpoints
List products
Returns a paginated list of products with enrichment data — default price, representative price, and price count.
GET
Error
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Query Parameters
Filter by active status.
Full-text search filter on product name.
Page size (default 20, max 100).
Required range:
1 <= x <= 100Number of records to skip.
Required range:
x >= 0Cursor: a product id (typically the previous response's next_cursor). Returns results strictly after it, newest first. Cannot be combined with offset.

