Create bulk product import job
Product
Create bulk product import job
Create a new bulk job to import products from a CSV file.
Access Control:
- Requires admin permissions with ManageProducts flag
Important Notes:
- CSV file must be uploaded first using the file upload API
- Job will be created in ‘pending’ status
- Use the start endpoint to begin processing
- Job expires in 3 days if not started
- Product feature must be enabled in network settings
POST
Create bulk product import job
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the uploaded CSV file containing product data
Maximum string length:
100Example:
"file-abc123xyz"