Click or drag to resize
ShoppingCartItemParameters Constructor (Int32, Int32, IEnumerableInt32)
Constructor - creates initialized shopping cart item parameters container.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public ShoppingCartItemParameters(
	int skuId,
	int quantity,
	IEnumerable<int> options
)

Parameters

skuId
Type: SystemInt32
Product SKU ID.
quantity
Type: SystemInt32
Number of product units.
options
Type: System.Collections.GenericIEnumerableInt32
SKU IDs of product options.
See Also