04-12-2023 02:38 PM
I finally got my production api ID but when I made my first search using Finding API, I get ..
"Error: [{'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'}]}]}]
I don't think I have really hit my rate limit since it's my first time trying it out. Is there an hourly limit that I may have somehow hit by trying to run my first search? I appreciate any help or insight into this. Thank you.
04-19-2023 11:05 PM
I am getting the same error. Were you able to figure this out?
04-22-2023 12:14 PM - edited 04-22-2023 12:14 PM
FindCompletedItems is no longer a valid call. It was deprecated a few years ago. So your rate limit would be zero.
https://developer.ebay.com/Devzone/finding/CallRef/findCompletedItems.html
Are you also using the findCompletedItems call?
04-27-2023 06:22 AM - edited 04-27-2023 06:25 AM
Thanks @shipscript I was running in to the same issue.. although I was able to make 1 successful call to that api funnily enough.. then everything after that was rate limited.
You wouldn't happen to know where I can find an equivalent api call?
04-27-2023 08:05 AM
The deprecation note on this page mentions an alternate call in the Marketplace Insights API, but also states that permission is required to use that call:
https://developer.ebay.com/Devzone/finding/CallRef/findCompletedItems.html