Hey
Just a small thing I ran into with the API today, I was trying to get all products and were using Dynamicweb.Ecommerce.Services.Products.GetAllProducts, however it seems to only return active products which is what I would expect GetActiveProducts to do.
I could however get it working by using GetAllProductsWithoutVariants, but wouldn't really call it a great workaround as that has other obvious limitations aswell.