A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I'm not sure if the rate limit for a public app with multiple users is shared between all accounts. The documentation at https://shopify.dev/concepts/about-apis/rate-limits states that the standard limit for the admin api(REST) is 2req/second. If I have a public app with 3 shopify accounts using it, would the rate limit for my app be 6req/second( as each user gets 2req/second )?
Solved! Go to the solution
This is an accepted solution.
The limit is per app per store. While the 6req/s calculation is correct is not really relevant because the limit is still 2 for each store.
This is an accepted solution.
The limit is per app per store. While the 6req/s calculation is correct is not really relevant because the limit is still 2 for each store.