POST /api/enrichment/products/submissions · Scope: catalog:submitRequest body
Your own correlation/idempotency handle for the batch. Optional but recommended.
1–1000 submission items.
Response 200
One result per item, in submission order.
Echo of the item’s identity, for correlation.
Matched product id, or
null when unmatched.Created revision id when
status is CREATED.One of:
CREATED— pending revision created.UNMATCHED— no product matched the identity (or ambiguous).REJECTED_FIELDS— no whitelisted, non-empty enrichable fields to propose.
Submitted fields dropped as non-enrichable or empty.
Errors
| Status | When |
|---|---|
400 | items empty or missing (“Submission must contain at least one item”) |
400 | More than 1000 items (“Submission exceeds the maximum of 1000 items”) |
401 | Missing or invalid API key |
403 | Key lacks catalog:submit |