ShoppingCartItemParameters Constructor (Int32, Int32, IEnumerable Int32 )Kentico 8.0 API Reference
Constructor - creates initialized shopping cart item parameters container.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

skuId
Type: OnlineSystem Int32
Product SKU ID.
quantity
Type: OnlineSystem Int32
Number of product units.
options
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
SKU IDs of product options.
See Also