06-13-2025 12:28 AM
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"
}
06-13-2025 02:30 PM
Hi @teile-com,
The typical status flow for active inventory report generation task is:
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.