Execute Import
POST//:domain/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
- 201
- 422
Created
Response Headers
Content-Type
Unprocessable Entity
Response Headers
Content-Type