Rest API - Get Order Not working on Sandbox
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2023 05:14 AM - edited ‎04-13-2023 05:15 AM
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
2 REPLIES 2
Re: Rest API - Get Order Not working on Sandbox
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2023 12:33 PM
if you add an Accept header, does the message change?
"Accept": "application/json"
Message 2 of 3
Re: Rest API - Get Order Not working on Sandbox
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2023 12:37 AM
Thanks for the reply but still has the same error.
Message 3 of 3
