Skip to main content
GET
List Catalog products

Usage notes

This endpoint uses cursor pagination, not page numbers. Pass the returned next_cursor unchanged to fetch the next page. A null cursor means the result set is complete. The attributes object includes active Attributes from the product’s Product Schema and any product-only attribute_extensions. Use status, source, schema_id, and search to narrow the result set.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_size
integer
default:50
Required range: 1 <= x <= 200
cursor
string
status
enum<string>
Available options:
draft,
active,
archived
source
enum<string>
Available options:
manual,
product_extraction,
shopify
schema_id
string<uuid>

Response

Keyset-paginated Catalog products.

products
object[]
required
next_cursor
string | null
required