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.
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.
The product identifier or external reference identifier associated with the related tasks.
null
comma separated status
PUBLISHED,PROCESSING,COMPLETED,FAILED
Example: PUBLISHED
The date and time when the the task received time began.
The current system date time minus 30 days.
Example: 2022-05-01T23:00:21.123Z
The date and time when the task ended.
The current system date time.
Example: 2022-05-30T23:00:21.123Z
The maximum number of tasks returned with this request.
50
Example: 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.
null
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.
null