I have a weird scenario where there are orders_shoppingcart records for orders that do not exist in the orders table with a QTY on one variant of 3 (sumed from the rows in orders_shoppingCart) and the inventory in the prdoductVariant table is 0 but the inventory was set to 2 when we received it. My question is, wher edid these orders_shoppingCart records come from? did they reduce the inventory? and why is the inventory not -1? Maybe i am just not understanding the orders_shoppincart table? i think of it as the line items of the orders. Unless you manually delete an order (in teh DB) they should all tie back to orders in teh orders table.