Marketplaces / eBay / eBay Sell API Technical Scope / eBay Authorization

eBay Authorization

We already have the Sell API authorization however we want to slightly change the way we store the tokens.

First thing we want to change is the Ebay Developer Data which we currently store in a separate table which is not used and the actual tokes are hardcoded in the code. We want to change this in the right way so we are moving everything to Integration and Integration Credentials Tables in the Database.

We would like to have two separate eBay credentials set in integrations one for “eBay Production” and “eBay Sandbox”

The following credentials need to be added in Integration Credentials:

Ebay Production

Field Name Value Comment
DevID Contact Bogomil Pavlov
AppID Contact Bogomil Pavlov
CertID Contact Bogomil Pavlov
RuName Contact Bogomil Pavlov
Login URL https://signin.ebay.com
Server Url https://api.ebay.com/ws/api.dll Is this used for the new Sell API?

Ebay Sandbox

Field Name Value Comment
DevID Contact Bogomil Pavlov
AppID Contact Bogomil Pavlov
CertID Contact Bogomil Pavlov
RuName Hemisphere-Hemisphe-d195-4-jmynif
Login URL https://signin.sandbox.ebay.com
Server Url https://api.ebay.com/ws/api.dll Is this used for the new Sell API?

Once we have the application details we can request the refresh and the access token which currently are stored in the database. What we want to change is that the refresh token should not be visible in the UI but only in the backend and the access token to be stored in the cache file for each account. Please note when we have same Account Marketplace eBay > Ebay ID we will need only one access token so we need to make sure we are grouping the accounts correctly.

We still want to have the Account Marketplace eBay > Access Token Expiration Date and Account Marketplace eBay > Refresh Token Expiration Date populated.

Everything else remains the same. (The email which we are sinding with the link to generate the tokens)

Is this article helpful?
0 0 0