Click or drag to resize

ProductManagerGetProductsWithQuantities Method

Gets the products and their current quantities.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public static Dictionary<Product, double> GetProductsWithQuantities(
	IEnumerable<Product> products
)

Parameters

products
Type: System.Collections.GenericIEnumerableProduct

Return Value

Type: DictionaryProduct, Double
See Also