Yes I worked with integrating the eBay API with Netsuite
s
Sim Greenbaum
08/30/2020, 5:12 PM
thanks did you build a middleware app or direct integration? which API ?
e
Eric B
08/31/2020, 1:48 PM
Direct integration to the trading and fulfillment APIs
s
Sim Greenbaum
08/31/2020, 2:46 PM
how did you do direct integration we currently have a middleware ?
e
Eric B
08/31/2020, 9:29 PM
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
Sim Greenbaum
08/31/2020, 9:30 PM
i see i have my middleware crafting the token and fetching the data from the eBay API and then posting to Netsuite
e
Eric B
08/31/2020, 10:01 PM
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.