Skip to content

Bulk Commit Products

Request

Commit a bulk product upload

Parses, validates, and creates/updates products from a CSV or XLSX file. Duplicates are either updated or skipped based on the update_duplicates form field.

Note: this operation is NOT atomic. Each row is processed individually, so a partial failure will leave some rows committed and others not. The per-row status in the response indicates exactly which rows succeeded or failed, allowing the caller to handle retries.

Security
OAuth2
curl -i -X POST \
  https://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/products/bulk/commit \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success response

Response
No content