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

Access Token accepted with Traditional API request but Denied with Rest API

Hi! I am a noob. Using the documentation, I have succeeded to get a refresh token. I use this refresh token with 'grant_type':'refresh_token' to get an 'access_token'. 

I can use this access token with the end-point: "https://api.ebay.com/ws/api.dll" to get all active listings on User's store. However, I get Response 403 when I try to get an item with the end-point:  "https://api.ebay.com/sell/inventory/v1/inventory_item/{SKU}"

 

headers = {
'Content-Type': 'application/json',
'Authorization': f"Bearer {access_token}"
}

 

I believe this end-point does not require a payload. Thank you in advance.

Message 1 of 2
latest reply
1 REPLY 1

Access Token accepted with Traditional API request but Denied with Rest API

I have the same issue, did you find a solution?

Message 2 of 2
latest reply