Query bulk product import jobs
Product
Query bulk product import jobs
Query bulk import jobs with optional filters and pagination.
Access Control:
- Requires admin permissions
Filtering:
- Filter by job status (pending, running, done)
- Sort by createdAt or updatedAt
- Paginated results
Important Notes:
- Product feature must be enabled in network settings
GET
Query bulk product import jobs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter bulk jobs by status (can specify multiple)
Required array length:
1 - 3 elementsAvailable options:
pending, running, done Field to sort by
Available options:
createdAt, updatedAt, productName Sort order
Available options:
asc, desc Maximum number of items to return (1-100)
Required range:
1 <= x <= 100Pagination token for fetching next page
Maximum string length:
1000