has anyone ever worked with ebay API
# general
s
has anyone ever worked with ebay API
e
Yes I worked with integrating the eBay API with Netsuite
s
thanks did you build a middleware app or direct integration? which API ?
e
Direct integration to the trading and fulfillment APIs
s
how did you do direct integration we currently have a middleware ?
e
We did craft our own middleware piece to generate the token that we then used to make the calls to the eBay API endpoints. This was using SS 1.0. I don’t believe it was ported over to 2.0.
s
i see i have my middleware crafting the token and fetching the data from the eBay API and then posting to Netsuite
e
Yeah we only used the middleware to craft the token and then return it to the calling script to be able to use it for the eBay API calls.