I'm using this method to read out all products from Ecom and deleting them with DeleteAll().
When all products are deleted getAllProducts() returns a collection of 0 products, which is fine, however there are still products in the shop when browsing eCommerce. A sql count of rows in EcomProducts also returns 1100 rows.
Am I missing something?