Does BigCommerce have any limits on the number of API calls made from one API key or storage?

We have an application that retrieves store details, such as store order and product information,

Thus, it is likely that some stores may have about 20 thousand or more.

So, I just wanted to know about the maximum call limit for each API so that I could deal with it on my part when the limit is reached.

+4
source share
2 answers

Got a response from BigCommerce support,

The 20k requests/hour limit is for the store and is shared amongst all API keys for a given store.

+5
source

Now that’s changed, Platinum receives 60K requests, and enterprise accounts are unlimited.

0
source

Source: https://habr.com/ru/post/1494504/


All Articles