Retrieve the product task status (synchronous API)
Last updated
Last updated
Get the latest product information for an asynchronous task. You can find the taskId in the response when you send a request to create or update product.
/v1/products/tasks/{taskId}
The task identifier received in the response when you create or update a product (synchronous API).
Retrieve the tasks for Product Admin API requests. Specify the conditions using the query parameters to filter your query.
/v1/products/tasks/
The product identifier or external reference identifier associated with the related tasks.
comma separated status
PUBLISHED
The date and time when the the task received time began.
2022-05-01T23:00:21.123Z
The date and time when the task ended.
2022-05-30T23:00:21.123Z
The maximum number of tasks returned with this request.
50
When you specify a task identifier, the system will fetch the tasks that started later than the current task. Use either startingAfter or endingBefore. Do not use them togehter.
When you specify a task identifier, system will fetch the tasks that started earlier than current the task. Use either startingAfter or endingBefore. Do not use them togehter.