cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how can I fetch keyset (appID and certID) using sign-in credentials.

I am working on building an ebay market place integrator. I have my ebay sign-in credentials (username and password) and I want to fetch the keyset using sign-in credentials as response.

I have already created the keysets manually but now I want to fetch it automatically using API.

 

please suggest if anyone has any insight.

Message 1 of 4
latest reply
3 REPLIES 3

Re: how can I fetch keyset (appID and certID) using sign-in credentials.

The keyset (appID+certID) is permanent, so once you create the keys, simply store them in a safe place on your server.

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 4
latest reply

Re: how can I fetch keyset (appID and certID) using sign-in credentials.

I need to fetch the keyset using username and password through API and want to make this process automated for all the credentials. I know how can I get the keyset manually but need help in API.

Message 3 of 4
latest reply

Re: how can I fetch keyset (appID and certID) using sign-in credentials.

I'm not sure I understand the request. A developer needs only one static keyset. Are you trying to dynamically access the keysets of other developers? That would be unwise for other developers to expose their own keys in any manner.

 

Or are asking about the user token?  The first step is to present the user with a webpage where the user will log in and manually grant permission to access that user's account. This is done through a URL request as part of the Authorization Code Grant Flow.

https://developer.ebay.com/api-docs/static/oauth-authorization-code-grant.html

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 4 of 4
latest reply