Skip to main content
GET
List products
Returns the product catalog visible to your API key. Each record includes canonical product fields plus a custom map of any custom columns that were added when products were imported. This is the read-side counterpart of Bulk upsert products. Use it for ERP / BI ingestion where you need the current enriched state of the catalog.

Authentication

Bearer token. See Authentication.

Query parameters

Response

The custom map contains every custom column attached to the product during import - the keys are the column names you defined. Numeric values are returned as strings - see Conventions.

Example request