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

Custom API Integration

I've done work previously on Shopify in integrating custom applications from stores to warehouse management systems to import orders for fulfillment.  I'm looking at doing something similar for an ebay store but I'm looking for some advice direction on this as the documentation doesn't seem 100% clear on the best way of approaching this for my use case.

Using the RESTful Api it looks like I'm constrained to creating an application on Ebay which looks to be publicly available? Is there no way of connecting to a specific store using credentials generated by them similar to Shopifys Private/Custom apps?

Message 1 of 2
latest reply
1 REPLY 1

Custom API Integration

You can create a token which gives you access to the listings, orders and many other features.

 I have covered how to get token and perform operations in this document.

https://github.com/CMS365-PTY-LTD/EbaySharp 

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 2 of 2
latest reply