Search code examples
ebay-apitradingauth-token

How to access multiple stores from single eBay developer account


I have one eBay developer account with sandbox and live keysets and token for each. Both are working well. Now I need to access one more store from this developer account (need to list items on another store using API).

So what do I need to do for that? I tried to generate another access token via "Get a Token from eBay via Your Application" but there I can enabled only one token!

Please help me to find how can I access another store from this single account?


Solution

  • You can access any number of seller accounts/stores using single developer account.

    You should generate Auth-token (rather than developer account) for each stores which you are going access from your developer account.

    Auth-Token is the unique identifier for different stores in eBay

    Generate new token by following the below steps,

    Goto > https://go.developer.ebay.com/

    Signin with your developer account credentials

    eBay dev account ​ Generate token by clicking the UserToken for Production KeySet

    This will redirect to eBay seller account, you should login with seller account to accept or allow your app to access seller account data.