Execute Import
POST/api/products/import
Execute the product import — creates products from the validated data. Should be called after validate.
Authentication: Requires Bearer token.
Body fields:
- products (required, array, min 1): array of validated product objects to import
Returns 422 if the import fails.
Request
Responses
- 200
Successful response