chiort Posted June 22, 2016 Share Posted June 22, 2016 Hi, I'm making calls from my php application to a PrestaShop WS, trying to obtain orders, products and customers. At this moment, I almost don't have orders, but in the future there will be much more. I saw some pagination calls, but I could not find anything about API call limits on Prestashop. What are the maximum orders per API call? After searching a lot I found Shopify's https://help.shopify.com/api/guides/api-call-limit. This kind of documentation in will be helpful. Thanks in advance. Link to comment Share on other sites More sharing options...
roband Posted June 22, 2016 Share Posted June 22, 2016 As far as I know there aren't any limits. You will be limited by things like max_execution_time, memory_limit etc. If you find you overrun these limits and cannot increase them you need to add filters to your webservice calls. Link to comment Share on other sites More sharing options...
chiort Posted June 23, 2016 Author Share Posted June 23, 2016 As far as I know there aren't any limits. You will be limited by things like max_execution_time, memory_limit etc. If you find you overrun these limits and cannot increase them you need to add filters to your webservice calls. I guess, I'll limit it to 100 per call, since I cannot change the max_execution_time or memory_limit. Thanks for the anwser! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now