79077638

Date: 2024-10-11 09:40:32
Score: 1
Natty:
Report link

I realise this is an old question but just in case this helps someone else.

When Getting the OAuth access tokens you need to:

Set grant_type to client_credentials. Set scope to the URL-encoded space-separated list of the scopes needed for the interfaces you call with the access token.

So in your example set scope to "https%3A%2F%2Fapi.ebay.com%2Foauth%2Fapi_scope%2Fbuy.marketing"

Then use the returned OAuth code with your query

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Soap Hope