| NotificationSubscriberBaseGetProductsWithQuantities Method |
Gets the products and their current quantities from the order lines.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax protected static Dictionary<Product, double> GetProductsWithQuantities(
Order order
)
Protected Shared Function GetProductsWithQuantities (
order As Order
) As Dictionary(Of Product, Double)
Parameters
- order
- Type: Dynamicweb.Ecommerce.OrdersOrder
The order from which the products are retrieved.
Return Value
Type:
DictionaryProduct,
DoubleSee Also