09-03-2023
08:54 PM
- last edited on
09-04-2023
11:53 AM
by
kh-cathy
Hi everyone,
Sorry but I'm new to Ebay APIs. I want to create a tool that can modify listings on my Ebay selling account. So I got a user token by hitting the button in the image and sign in into my ebay selling account:
Then I pasted my user token into the API Explorer to test things out. The return code is 200(Okay) but existing listings number I got is 0 while the my inventory on my selling account has over 100 listings. Any ideas how to fix this? I really appreciate your help.
09-03-2023 09:40 PM
On this page, scroll down to "BulkMigrateListings":
https://developer.ebay.com/api-docs/sell/inventory/resources/methods
Although I have not used the Inventory API, I suspect that conversion is the missing link.
09-04-2023 10:58 AM
Hi,
Thanks for replying but BulkMigrateListings API requires listingID. I don't know how to get the listing id from my existing listing on Ebay
09-04-2023 12:21 PM
I asked the moderators to remove your image that exposed your Client ID.
That image is below, with data redacted:
Below is an example of the Trading API within the API Explorer. The limitation here is that the start date of the listings must be bracketed with only a 4 month spread. That means multiple spreads are required if you have older listings.
Developer - API explorer