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.
PreviousGet the task status for a product (synchronous API)NextRetrieving the tasks for a specific product
Last updated