Check import status
Returns the processing status of a catalog import.
Authorizations
Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.
Path Parameters
The import job ID returned from Upload a product catalog.
Response
The import job's status.
Unique import job identifier.
The current job status.
pending— the job is queued and waiting for a worker.processing— a worker is actively processing the file.done— the import completed.failed— the import failed.
pending, processing, done, failed The total number of products in the uploaded file.
The number of products successfully indexed so far.
The number of products that failed validation or indexing.
The number of products that remained unchanged since the last import and were not reprocessed.
The number of products processed so far out of total: the sum of indexed_count and failed_count.
The timestamp when processing started, or null if processing hasn't started.
The timestamp when processing finished, or null if processing hasn't finished.