v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
products

Ingest product

Idempotently ingests a product into the catalog by its natural key (SKU). When a product with the same SKU already exists, its mutable fields are updated; otherwise a new product is created. The response flag created distinguishes the two cases.

post/api/v1/products

Request body

skustring required
namestring required
descriptionstring nullable
eanstring required
activeboolean
metadataobject nullable

Response

Product ingested.

dataobject required
createdboolean required