Validate Import
POST/api/products/import/validate
Validate mapped import data and return a preview. No data is created — safe to call repeatedly for client-side validation before executing the actual import.
Authentication: Requires Bearer token.
Body fields:
- rows (required, array, min 1): array of product row objects to validate
Request
Responses
- 200
Successful response