Enum PurchasedProductsOrderBy
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Specifies which field GetPurchasedProducts(PurchasedProductsFilter) sorts the result by.
public enum PurchasedProductsOrderBy
Fields
CompletedDate = 0Sort by the date of the most recent order containing the product (LastOrdered). This is the default.
Quantity = 1Sort by the total quantity bought across all orders (Quantity).