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.