05-25-2025 11:59 PM
Is anyone else getting a ‘500 Internal Server Error’ response when trying to get a list of inventory items (sandbox)?
https://api.sandbox.ebay.com/sell/inventory/v1/inventory_item
{
"errors": [
{
"errorId": 25001,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "System",
"message": "A system error has occurred."
}
]
}
Solved! Go to Best Answer
06-12-2025 03:27 PM
Hi @grun8202 @geekloveaffair ,
The issue in the sandbox related to the getInventoryItems API call has been resolved. You should now be able to retrieve all inventory item records using this method.
Best Regards,
eBay Developer Support
06-09-2025 05:08 PM
I'm getting this as well. Is there a way to work around this issue?
06-12-2025 03:27 PM
Hi @grun8202 @geekloveaffair ,
The issue in the sandbox related to the getInventoryItems API call has been resolved. You should now be able to retrieve all inventory item records using this method.
Best Regards,
eBay Developer Support
06-23-2025 04:36 AM - edited 06-23-2025 05:09 AM
We are having the same issue as of the time of this reply creation. We have troubleshot everything on our end already. Every other method work flawlessly. Only getInventoryItems/getInventoryItem has issues.
Same error-code as @grun8202 above. It worked last week. Hope it will be fixed soon.
07-16-2025 06:19 AM - edited 07-16-2025 01:26 PM
Since yesterday, we've been coming across the same problem- getInventoryItems returning the same 500 error response in sandbox. Everything was working two days ago and nothing has been changed in our code, so it looks like there might an issue with the API itself. Hopefully this can be resolved!
07-16-2025 12:10 PM - edited 07-16-2025 01:52 PM
Yes, same problem reported here. Since yesterday 16th July 2025, cannot use the getInventoryItems api call.
It's returning a 500 (Internal Server Error).
GET /sell/inventory/v1/inventory_item?limit=50&offset=0
07-17-2025 12:45 PM
This error is persisting and it's blocking the getInventoryItems API call for the past 4 days.
07-18-2025 06:49 AM
The issue has resurfaced since the original post. Just want to make sure you all know about this!
07-22-2025 07:27 AM
It looks like getInventoryItems is working now.