List products and variations
Returns product records, variations, category assignments, product tags, and variation metadata available through the v2 catalog API.
Authorizations
OAuth 2.0 with opaque bearer tokens. Authorization-code requests require PKCE S256.
Headers
Pin a dated API release (YYYY-MM-DD). Omit for the latest (2026-06-09). Unknown values return 400 unsupported_api_version; the resolved version is echoed back in the X-API-Version response header.
^\d{4}-\d{2}-\d{2}$"2026-06-09"
Query Parameters
x <= 100Opaque keyset cursor from a previous response's pagination.next_cursor. Preferred over offset for walking every page: it does not re-scan earlier rows, and it cannot skip or repeat a row when the data changes mid-sync. Ignores offset when supplied.