facing "exceeded usage limit on API call" while uploading/revising on eBay API call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2023 01:36 AM
facing "exceeded usage limit on API call" while uploading/revising on eBay API call.
Ebay's Developer APIs have a daily limit of 5,000 API calls. If this limit is exceeded, we may encounter the error 'your application has exceeded usage limit on this call'.
While we are not calling APIs more than 5,000 .
Also, we are not able to check "App Growth Check".
How to check which API call is calling more on eBay?
facing "exceeded usage limit on API call" while uploading/revising on eBay API call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 02:46 PM - edited ‎05-25-2023 02:47 PM
eBay also has a speed limit. If too many calls are made within a short period of time, that may also trigger a usage limit. Multithreaded/simultaneous requests could exceed the speed limit.
https://developer.ebay.com/develop/apis/api-call-limits
facing "exceeded usage limit on API call" while uploading/revising on eBay API call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2023 10:25 AM
I'm also experiencing this issue, nothing has changed on our end but it seems like we're eating up calls very quickly. There use to be a report you can check that shows a count of which calls were made but I'm unable to locate it now, anyone have any ideas on how to troubleshoot this issue?
facing "exceeded usage limit on API call" while uploading/revising on eBay API call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2023 12:50 PM
There are also limits on using access tokens
https://developer.ebay.com/api-docs/static/oauth-rate-limits.html
facing "exceeded usage limit on API call" while uploading/revising on eBay API call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2023 01:00 PM
The usage report has been moved to a call getUserRateLimits:
https://developer.ebay.com/api-docs/developer/analytics/resources/methods
The Analytics API retrieves call-limit data and the quotas that are set for the RESTful APIs and the legacy Trading API. Does not retrieve other legacy API data.
