GET /api/enrichment/products · Scope: catalog:readid. See the
guide.
Query parameters
Zero-based page index.
Items per page, clamped to 1–500.
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
Products on this page (see shape below).
Current zero-based page index.
Page size actually used (post-clamp).
Total matching products across all pages.
Total number of pages.
Product shape (items[])
Internal product id. Identity — read-only.
Stock keeping unit. Identity — read-only.
External/ERP id. Identity — read-only.
Global trade item number. Read-only.
Product name. Enrichable.
URL slug. Enrichable.
Long-form description. Enrichable.
Template this product is bound to.
Current attributes. Enrichable.
Read-only context:
{ id, name, website, slug }.Read-only category names.
Read-only image URLs.
Document references. Enrichable.
Errors
| Status | When |
|---|---|
400 | Invalid modifiedSince value (not epoch millis or ISO-8601) |
401 | Missing or invalid API key |
403 | Key lacks catalog:read |