Getting the latest information on a product task
Learn how to verify the successful completion of a specific product task.
The following GET /v1/products/tasks/{taskId}
request gets the latest product information for an asynchronous task. It indicates whether the request was completed successfully and lists all products associated with that task. This request requires the task identifier (taskId
) provided in the response when you created or updated the product.
curl --location --request GET 'https://api.digitalriver.com/v1/products/tasks/{taskId}' \
--header 'Authorization: Basic <API_key>' \
...
PreviousGet the task status for a product (synchronous API)NextRetrieving the tasks for a specific product
Last updated
Was this helpful?