PrestaShop integration deleting orders when updating status

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:

  1. HTTP GET request to fetch the orders I need
  2. Iterator
  3. 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

Hello.
Did you check in the database if the order has been really deleted?

1 Like

Hi,
did you resolved the error? If you like to share something, cause if orders are deleted is important thing.