After successfully minting a new OAuth token through my web application
I'm able to make calls on the Browse API successfully.
I use the same token in the request header X-EBAY-API-IAF-TOKEN for a http get shopping api call: GetMultipleItems
I get an error 1.20 - "Application ID invalid."
If I use a token from the "Get OAuth Application Token" link on the page 'Application access keys'->'User Tokens'
The GetMultipleItems call will be successful.
I assume it's got something to do with the scopes but i've included https://api.ebay.com/oauth/api_scope in the scopes.
I'ved tried both HTTP and HTTPS calls with the same results
tldr: oauth tokens don't work for shopping api unless i manully get a token from the user token page. what am i doing wrong?