Hi, Im new with this SDK. I was developing scripts to be used with Mirakl using multi CURL, but I started facing some problems with status 429 - Too many requests.
I get all orders, but some clients have thousands of it in few days, and others in some months. Is there any info about how many requests per minute we could do and also how many seconds we have to wait in case of status 429?
using $api = new ShopApiClient(...); Im getting $api['options']['connect_timeout'] : 5,
Extra: And being developer is difficult to have access to Mirakl, so I dont know if there's a webhook to get those orders that are updated instead of click a button to get and loop them validating each with DB registers
Hi, Im new with this SDK. I was developing scripts to be used with Mirakl using multi CURL, but I started facing some problems with status 429 - Too many requests.
I get all orders, but some clients have thousands of it in few days, and others in some months. Is there any info about how many requests per minute we could do and also how many seconds we have to wait in case of status 429?
using $api = new ShopApiClient(...); Im getting $api['options']['connect_timeout'] : 5,
Extra: And being developer is difficult to have access to Mirakl, so I dont know if there's a webhook to get those orders that are updated instead of click a button to get and loop them validating each with DB registers