03-08-2024 11:44 PM
Dear Community,
I'm attempting to implement the "Get Return" API Reference, specifically the endpoint https://api.ebay.com/post-order/v2/return/{returnId}. However, when I use the API Explorer, I'm unable to locate the appropriate section for testing this endpoint. If I bypass the API Explorer and attempt to execute the call through code, I receive a "prohibited" message. Considering that the API Explorer facilitates all other calls with valid tokens, I believe I might lack the necessary access for this particular call.
Could someone confirm if this API call requires specific permissions? If so, how do I go about obtaining them?
Thank you in advance for your assistance.
03-13-2024 09:39 AM - edited 03-15-2024 03:16 PM
Hi @tthaco
Post Order API calls do not require any special permission for executing the call. You need to generate the user access token for executing the calls. The Post Order API accepts both OAuth and Auth'n'Auth tokens as input.
Please see Post-Order API – Making a Call for more information on operation HTTP methods, endpoints, HTTP headers, and payload formats.