DeleteProduct fails on existing Product ID In http-functions.

I iterate through Products, using WIX example retrieveallitems(). I then have a list of product ID’s…

I delete them one by one.

I sometimes get the error that the a product ID cannot be found.

My list is unique (tested this) so how can this occur?

I have 700 products but have to call the function several times because it takes too long and gives a timeout.

Lawrence