02-03-2025 06:55 PM
I’ve been using eBay’s Production API. It worked successfully on the first attempt, but from the second request onward, I started receiving the following error, and the API no longer works as expected. Could you help me understand the reason?
I’m sending the HTTP requests via a Google Apps Script.
**Error**
{ "errorMessage": [ { "error": [ { "errorId": [ "10001" ], "domain": [ "Security" ], "severity": [ "Error" ], "category": [ "System" ], "message": [ "Service call has exceeded the number of times the operation is allowed to be called" ], "subdomain": [ "RateLimiter" ], "parameter": [ { "@name": "Param1", "__value__": "findCompletedItems" }, { "@name": "Param2", "__value__": "FindingService" } ] } ] } ] }
03-06-2025 01:55 AM
I have the same issue. I have my keyset for years and suddenly that error appeared. The funny thing is that is almost 72 hours ago I made the last API call and stills appearing that rate limit error.
03-06-2025 08:10 AM
Has nothing changed for you? I also had this error yesterday morning.
03-06-2025 02:06 PM
My code has been the same for years, so maybe is an api eBay issue, but developer.ebay.com website says there are no issues with the api status
03-06-2025 02:49 PM
I have the same situation! The code worked stably for a year, and yesterday I noticed that there were no notifications. It turns out that the situation is the same as yours. Although the limits were not exceeded, and more than a day has passed, they should have been reset a long time ago, but no.
03-06-2025 03:25 PM
I've also noticed this problem, it started around 03/03/2025. My application makes < 10 calls per day, so I shouldn't be hitting any limits.