Start bulk product import job
Product
Start bulk product import job
Start processing a pending bulk import job.
Access Control:
- Requires admin permissions with ManageProducts flag
Important Notes:
- Job must be in ‘pending’ status
- Job status will change to ‘running’ once started
- Processing happens asynchronously via background workers
- Check job status and summary for progress updates
- Product feature must be enabled in network settings
POST
Start bulk product import job
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the bulk job
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$Body
application/json
Operation to perform on the products in the CSV file
Available options:
insert, update Example:
"insert"