Skip to main content
GET /api/enrichment/products · Scope: catalog:read
Paginated export of active products, sorted by ascending id. See the guide.

Query parameters

integer
default:"0"
Zero-based page index.
integer
default:"100"
Items per page, clamped to 1–500.
string
Optional incremental filter. Epoch millis, ISO-8601 instant (2026-06-01T00:00:00Z), or local date-time (2026-06-01T00:00:00). Returns only products updated after this moment.

Request

Response 200

object[]
Products on this page (see shape below).
number
Current zero-based page index.
number
Page size actually used (post-clamp).
number
Total matching products across all pages.
number
Total number of pages.

Product shape (items[])

number
Internal product id. Identity — read-only.
string
Stock keeping unit. Identity — read-only.
string
External/ERP id. Identity — read-only.
string
Global trade item number. Read-only.
string
Product name. Enrichable.
string
URL slug. Enrichable.
string
Long-form description. Enrichable.
number
Template this product is bound to.
object[]
Current attributes. Enrichable. Attributes with an empty value are omitted.
object
Read-only context: { id, name, website, slug }.
string[]
Read-only category names.
string[]
Read-only image URLs.
string[]
Document references. Enrichable.
string[] | null
Read-only. On a master product, the attribute names that differentiate its variants. null on variants and standalone products.
object[] | null
Read-only. On a master product, its sibling variants (the master itself is not included). null on variants and standalone products.
string | null
Read-only. On a variant product, the SKU of its family’s master product. null on the master and on standalone products.

Errors