Click or drag to resize

CartServiceAddProducts Method

Namespace:  Dynamicweb.Ecommerce.Frontend.Cart
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void AddProducts(
	IEnumerable<CartProductInfo> products,
	Nullable<int> favoriteListId = 0
)

Parameters

products
Type: System.Collections.GenericIEnumerableCartProductInfo
favoriteListId (Optional)
Type: SystemNullableInt32
See Also