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

Rest API - Get Order Not working on Sandbox

https://api.sandbox.ebay.com/sell/fulfillment/v1/order/110553947168-29059256xxx
The above REST API not working in a sandbox. I am passing Authorization and Content-Type in a header.

 

After being given a call, eBay returned an unclear error message.

 

{
    "errors": [
        {
            "errorId"30500,
            "domain""API_FULFILLMENT",
            "category""APPLICATION",
            "message""System error."
        }
    ]
}

 

Message 1 of 3
latest reply
2 REPLIES 2

Rest API - Get Order Not working on Sandbox

if you add an Accept header, does the message change?

"Accept": "application/json"

 

Message 2 of 3
latest reply

Rest API - Get Order Not working on Sandbox

Thanks for the reply but still has the same error.

 

Message 3 of 3
latest reply