I am trying to delete a list of products. I have a list of the product ID’s.
DeleteProduct() - i have to call it each time and i can only do a small number within http-functions.
Remove() as in the example does nothing, probably because the query is R/O.
BuckRemove() cannot be used on Stores/Products
Additionally DeleteProduct can give an error - ID Not Found, even tho i got the list of ID’s from a wixData.query()
Why is it so difficult!!!
Lawrence