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.

You cannot change or modify a product until the create product request completes successfully.

curl --location --request GET 'https://api.digitalriver.com/v1/products/tasks/{taskId}' \
--header 'Authorization: Basic <API_key>' \
...

Last updated