List products
Products
List products
List enriched product records, including custom columns added at import time.
GET
List products
Returns the product catalog visible to your API key. Each record includes canonical product fields plus aDocumentation Index
Fetch the complete documentation index at: https://docs.retailgrid.io/llms.txt
Use this file to discover all available pages before exploring further.
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
| Name | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Page size, default 100, max 1000. |
cursor | string | No | Opaque pagination cursor returned by a previous response. |
product_id | string | No | Filter to a single canonical product ID. |
sku | string | No | Filter to a single SKU. |
updated_after | string (ISO-8601, UTC) | No | Only return products updated at or after this timestamp. |
Response
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.
