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

Need help with using API in production environment

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: 

certified_canadagoods_0-1693799453361.png

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.

 

 

Message 1 of 4
latest reply
3 REPLIES 3

Need help with using API in production environment

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.

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 4
latest reply

Need help with using API in production environment

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

Message 3 of 4
latest reply

Need help with using API in production environment

I asked the moderators to remove your image that exposed your Client ID.

That image is below, with data redacted:

shipscript_0-1693854672444.png

 

 

 

  • 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 explorerDeveloper - API explorer

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 4 of 4
latest reply