Ebay API usage limit - is it per seller based or app based ?
I have connected multiple sellers accounts on my web app through which the sellers can perform multiple tasks like making Compatibility edits , Upload Csv Listings , Get Order Details , Message buyers etc .
Currently i am facing the issue to tackle the api usage issue , the compatibility api shows me that i can do 5k edits for each seller but when I have make 400 edits for seller A , I am also shown that i have exhausted 400 edits for seller B but in reality the seller b has not made any edit .
and if I am using the Messaging api, it is also getting clubbed with the usage of the compatibility api and showing me that I have reached the limit and I need to wait .
1 comment
koysas
·6 months agoI think you have a very good case to request rate limits increases. You can show usage and can justify the increase. From the docs "Our default API call limits are designed for individuals and smaller businesses. If your volume increases, you can get higher limits after completing our Application Growth Check." I've actually done this and was successful. I'm not sure of your application but maybe you can also conserve API calls by implementing Notifications - mostly likely if you're polling frequently.
Brian