Skip to content

Bulk Validate Products

Request

Validate a bulk product upload file

Parses a CSV or XLSX file and validates each row without persisting anything. Returns per-row validation status so the caller can preview before committing.

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

Responses

Success response

Response
No content