cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

getInventoryTasks

Hello,

I am created an inventory task and it still has the status "QUEUED" . What is going on?

    {
      "taskId": "task-20-21593257672707",
      "status": "QUEUED",
      "feedType": "LMS_ACTIVE_INVENTORY_REPORT",
      "creationDate": "2025-06-13T05:40:11.834Z",
      "completionDate": "2025-06-13T05:40:11.834Z",
      "schemaVersion": "1.0",
      "detailHref": "https://api.ebay.com/sell/feed/v1/inventory_task/task-20-21593257672707"
    }

 

Message 1 of 2
latest reply
1 REPLY 1

Re: getInventoryTasks

Hi @teile-com,

 

The typical status flow for active inventory report generation task is:

  • QUEUED: The task is waiting to be processed.
  • IN_PROCESS: The task is currently being processed.
  • COMPLETED or COMPLETED_WITH_ERROR: The task has been processed, and the report is ready for download. If there are errors, they will be indicated in the report file.

You can use the getInventoryTask or getInventoryTasks methods to check the status of your report generation task. Once the status is COMPLETED, you can download the report using the getResultFile method.

Please note that the time required to generate an Active Inventory Report using the Sell Feed API can vary based on several factors, including the size of the data being processed.

Best Regards,

eBay Developer Support.

Message 2 of 2
latest reply