cURL
curl --request POST \ --url https://api-eu-w-1.pureclarity.net/api/productfeedstatus \ --header 'Content-Type: application/json' \ --data ' { "AppKey": "your-access-key", "Tokens": [ "a1b2c3d4-e5f6-7890-abcd-ef1234567890" ] } '
[ { "Token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "Status": "Complete" } ]
Check the processing status of previously submitted product feed imports using the tokens returned from the feed submission endpoints.
Your store's unique access key
Array of feed tokens to check
Status of each requested token
The feed token
Processing status (e.g. "Complete", "Processing", "Error")
Error message (only present when status indicates an error)