April 19, 2011
ajax API Call Limit? This post is outdated
There is a post about a call limit for the shopify API...
http://forums.shopify.com/categories/9/posts/42946
Does anyone know if this applies to the ajax api calls as well? If not, is there any limit on the ajax api calls that I can do?
Steve
Posts:
No limit, although I have never tested this theory, they are NOT the same thing at all. The Ajax callbacks are simply to manipulate your site client-side.
Posts:
There are no limits for Ajax calls per shop per 10 minutes. Ajax requests like HTTP requests experience no bounds in Shopify: your shop can handle any traffic. More traffic means more HTTP requests and also — possibly, if you use Ajax — more Ajax requests. It's all good. Bring it on.