Hello all,
I am working on setting up OAuth on the Shopping API. So, for testing purposes I enabled OAuth on my sandbox keyset.
When I am trying to make calls to shopping API ( the sandbox one), the call is successful (200) but in the response body I get
<Errors>
<ShortMessage>Invalid item ID.</ShortMessage>
<LongMessage>Invalid or non-existent item ID.</LongMessage>
<ErrorCode>10.12</ErrorCode>
<SeverityCode>Error</SeverityCode>
<ErrorClassification>RequestError</ErrorClassification>
I even entered the correct ItemId inside request body. Despite that I am getting this error. Is there something I am doing wrong?
Thank you,