Skip to main content
Get Current Status of the Import Job

{jobRef} - Importing, completion or failure

Updated over 3 years ago

The products specified in the body of an Import Products URL, as described in the section above, will be imported via the feed specified in the path. The response from Import Products is a jobRef, which can be used with the below URL to confirm import status: importing, completion or failure.

URL

Request Headers

Authorization -authorization token.

URL Parameters

jobRef: A reference to a job that you want to get the status for

HTTP Status Codes

200 – OK

401 – Unauthorized

404 – Not Found

Response

{
 "channelId": "string",
 "feedId": "string",
 "status": "Importing"
}

Did this answer your question?