I’m integrating with PrestaShop to update the status of some orders based on their delivery date.
For some reason my orders are being deleted by Integromat (still haven’t migrated to Make) when the status is updated.
What I’m doing is:
- HTTP GET request to fetch the orders I need
- Iterator
- PrestaShop Update an Order method
Notice in the following screenshot it processed the order with ID 32951 and failed in the 32950
Then, the 32951 doesn’t exist anymore
It happens even if I have DELETE method disabled for orders in the API key I generated for this Integromatic integration