You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems the trading API in the package is using AuthNAuth token. Is there a way we can use Oauth2 token here? eBay seems require X-EBAY-API-IAF-TOKEN in the header, any chance we can add it to the header when sending out the request? Any idea appreciated!
The text was updated successfully, but these errors were encountered:
I think there is no method or API available to set the request header, but what you could do is to modify the eBayMethod.js file and add the headers to support Ouath2
Seems the trading API in the package is using AuthNAuth token. Is there a way we can use Oauth2 token here? eBay seems require X-EBAY-API-IAF-TOKEN in the header, any chance we can add it to the header when sending out the request? Any idea appreciated!
The text was updated successfully, but these errors were encountered: