Constructor - creates initialized shopping cart item parameters container.
            
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- skuId
 - Type: 
System Int32
Product SKU ID. 
- quantity
 - Type: 
System Int32
Number of product units. 
- options
 - Type: 
System.Collections.Generic IEnumerable 
Int32 
SKU IDs of product options. 
See Also