简体   繁体   中英

CS Cart API Max requests

I have a csv with 30k records, with product ids and their new prices. I want to make a PHP script that will open the csv, loop through it and use CSCart API to update prices of the products. The requests are done using cURL and my question is can the server afford 30k api requests in 1 go?

Actually the answer depends on the server configuration (memory and time limit). In official API documentation there are no any limits regarding the amount of items which can be received in one go:

http://docs.cs-cart.com/4.3.x/api/index.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM