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

getting my active listing into Google sheets

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:

createInventoryTask
then i do:

getInventoryTask
and i get this results but i am lost from here:

{
"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 😞

Message 1 of 2
latest reply
1 REPLY 1

getting my active listing into Google sheets

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

Message 2 of 2
latest reply