0

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?

4

2 回答 2

1

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.

于 2017-12-15T05:02:48.373 回答
0

Your confusion is probably because the developer account remembers only one token- the last generated token. It doesn't remember all the tokens generated through the developer account. Basically you need to save the generated token in a secure way, because you won't be able to go back to the developer account get all the tokens generated through the developer account.

于 2017-12-18T11:55:46.397 回答