Property | Description |
---|---|
Client ID/Secret | Part of your OAuth credentials provided by eBay under Application Keys. |
Base URL | The eBay API URL environment endpoint URL. For example: Sandbox: https://api.sandbox.ebay.com Production: https://api.ebay.com |
Scope | The request you use to generate the new token must include a scope that allows access to all the methods you plan to call with the token. |
Access Token URL | The Access Token URL is taken from the refresh token request section. This URL generates the access token using the refresh token. The Access Token URL: Sandbox: https://api.sandbox.ebay.com/identity/v1/oauth2/token Production: https://api.ebay.com/identity/v1/oauth2/token |
Authorization URL | The Authorization URL can be taken from your eBay Sign-in Settings: Sandbox: https://api.sandbox.ebay.com/identity/v1/oauth2/token Production: https://api.ebay.com/identity/v1/oauth2/token |