v1

latestOpenAPI 3.0.0eBay API License Agreement2026-07-142328131.5 KB
inventory_task

This method retrieves the task details and status of the specified inventory-related task. The input is <strong>task_id</strong>.

get/inventory_task/{task_id}

Path parameters

task_idstring required

The ID of the task. This ID was generated when the task was created by the <strong>createInventoryTask</strong> method

Response

Success

completionDatestring

The timestamp when the task <strong>status</strong> went into the <code>COMPLETED</code>, <code>COMPLETED_WITH_ERROR</code>, or <code>PARTIALLY_PROCESSED</code> state. This field is only returned if the status is one of the three completed values.

creationDatestring

The date the task was created.

detailHrefstring

The path to the call URI used to retrieve the task. This field points to the <strong>getInventoryTask</strong> URI.

feedTypestring

The feed type associated with the inventory task.

schemaVersionstring

The schema version number associated with the task.

statusstring

The status of the task. Users must wait until status is complete before moving on to the next step (such as uploading/downloading a file). For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:FeedStatusEnum'>eBay API documentation</a>

taskIdstring

The ID of the task. This ID is generated when the task was created by the <strong>createInventoryTask</strong> method.