eBay APIs: Talk to your fellow developers
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Redirect URI?

I'm trying to setup a little inventory management ios app for my little business that will integrate with ebay seller api so that I can choose to list items on ebay directly from my app. I am struggling though with figuring something out. Maybe its m...

Resolved! errorId 25002 API_INVENTORY "A user error has occurred. Add at least 1 photo."

My code will create an generate authorization code, then exchange for access token, createOrReplaceInventoryItem, getOffer, deleteOffer, createOffer in Sandbox and Production. But when I try to publishOffer I get 25002 API_INVENTORY error. How to fix...

Question about integration with selling REST APIs

Hi everyone, I'm developing an integration using selling REST APIs (inventory, offer...). I want to know if it's possible to use both APIs and account/store panel to manage listings. For example, is it possible to do all steps with APIs and the last ...

User avatar by Not applicable
  • 602 Views
  • 7 replies
  • 0 helpful

Resolved! How to create an item using NOT DEPRECATED API calls?

Working with the eBay RESTful API --My code will create an generate authorization code, then exchange for access token, createOrReplaceInventoryItem, getOffer, deleteOffer, createOffer, publishOffer in Sandbox and Production. Now I see that Inventory...