Skip to main content
POST /api/enrichment/products/submissions · Scope: catalog:submit
Submit a batch of enrichment proposals. Each item becomes a pending revision for reviewer acceptance. See the guide.

Request body

string
Your own correlation/idempotency handle for the batch. Optional but recommended.
object[]
required
1–1000 submission items.

Response 200

One result per item, in submission order.
string
Echo of the item’s identity, for correlation.
number | null
Matched product id, or null when unmatched.
number | null
Created revision id when status is CREATED.
string
One of:
  • CREATED — pending revision created.
  • UNMATCHED — no product matched the identity (or ambiguous).
  • REJECTED_FIELDS — no whitelisted, non-empty enrichable fields to propose.
string[]
Submitted fields dropped as non-enrichable or empty.

Errors