- Bulk Commit Products
Create Product
Bulk Validate Products
Get Product
Update Product
Bulk Commit Products
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
- Mock serverhttps://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/products/bulk/commit
- Productionhttps://platform-api.quiqup.com/api/fulfilment/products/bulk/commit
- Staginghttps://platform-api.staging.quiqup.com/api/fulfilment/products/bulk/commit
curl -i -X POST \
https://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/products/bulk/commit \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'