Create or update a batch of products
POST/products/batch
Create or update many products in a single request - the recommended way to upload a product catalogue.
Every product is handled on its own and gets its own entry in the response, so one product
that cannot be calculated does not hold up the rest. Match the entries to your request by
product-id, or by the request-id you sent along.
Request
Responses
- 200
- 401
- 413
The batch was processed. Check the statuscode of each entry to see whether that product
was calculated.
No authorization - valid API key not provided
Too many products in one request. Split the catalogue into smaller batches.