08-04-2025 02:24 PM
I feel like a complete idiot...
i have been working on trying to figure out how to get my active listings to update into my google sheets say once a day with the new listings....
i for the life of my can not figure it out
i do the following:
{
"taskId": "task-20-22583509843970",
"status": "COMPLETED",
"feedType": "LMS_ACTIVE_INVENTORY_REPORT",
"creationDate": "2025-08-04T21:16:47.240Z",
"completionDate": "2025-08-04T21:16:50.395Z",
"schemaVersion": "1.0",
"detailHref": "https://api.ebay.com/sell/feed/v1/inventory_task/task-20-22583509843970"
can someone please help 😞
08-13-2025 04:41 PM
Hello @hopmario-3 ,
In the response from the getInventoryTask API, you can see the task status. Once the status of the task is "COMPLETED", you can proceed with downloading the result file by using the getResultFile API. This method retrieves the generated file linked to the specified task ID.
The file returned can be in a compressed or uncompressed format, such as CSV, XML, or JSON, with the appropriate file extension (e.g., csv.gz). For more details about the getResultFile API, please visit: https://developer.ebay.com/api-docs/sell/feed/resources/task/methods/getResultFile
Best Regards,
eBay Developer Support