Get bulk product import job by ID
Product
Get bulk product import job by ID
Retrieve details of a specific bulk import job.
Access Control:
- Requires admin permissions
Important Notes:
- Returns complete job details including processing summary
- Check summary.errorReportFileId for error details if job had failures
- Product feature must be enabled in network settings
GET
Get bulk product import job by ID
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}$