ebay-oauth-csharp-client icon indicating copy to clipboard operation
ebay-oauth-csharp-client copied to clipboard

eBay US Oauth access Token generating successfully but for eBay CA its throwing Invalid Scope error

Open asifiq2000 opened this issue 2 years ago • 0 comments

Hi

Could you help me for eBay CA Authorization request Scopes I did not find Scopes for eBay CA

I have a developer account which is been created for eBay US and I am using the same account and the same RuName for eBay CA as well

eBay US Authorization working fine while for eBay CA its throwing invalid scope error please help me to fix this issue.

my Authorization request URL looks as mentioned below:

  • redirect_uri= Developer account RuName

Authorization request URL

"https://auth.ebay.ca/oauth2/authorize?client_id=XXXXX&response_type=code&redirect_uri=XXXXX &scope=https://api.ebay.ca/oauth/api_scope%20 https://api.ebay.ca/oauth/api_scope/sell.marketing.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.marketing%20 https://api.ebay.ca/oauth/api_scope/sell.inventory.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.inventory%20 https://api.ebay.ca/oauth/api_scope/sell.account.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.account%20 https://api.ebay.ca/oauth/api_scope/sell.fulfillment.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.fulfillment%20 https://api.ebay.ca/oauth/api_scope/sell.analytics.readonly%20 https://api.ebay.ca/oauth/api_scope/sell.finances%20 https://api.ebay.ca/oauth/api_scope/sell.payment.dispute%20 https://api.ebay.ca/oauth/api_scope/commerce.identity.readonly%20 https://api.ebay.ca/oauth/api_scope/commerce.notification.subscription%20 https://api.ebay.ca/oauth/api_scope/commerce.notification.subscription.readonly"

asifiq2000 avatar Nov 23 '22 01:11 asifiq2000