Need help with using API in production environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
Need help with using API in production environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
Need help with using API in production environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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
Need help with using API in production environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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:
- For testing purposes, you can download a spreadsheet of item numbers from
Seller Hub > Reports > Uploads > Select Template > Edit Price and Quantity
- The Finding API can return a list of publicly visible listings and does not require OAuth.
- The Sell APIs can retrieve offers/listings from your account using OAuth.
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
