How can i connect Ebay to fetch the order data using the http module.
eBay getOrder
documentation can be found here.
Based on https://developer.ebay.com/api-docs/sell/static/selling-ig-landing.html, they are using OAuth, which means you need to use the HTTP “Make an OAuth 2.0 request” module.
5 Likes