ShoppingCartItemParameters Constructor (Int32, Int32) |
Constructor - creates initialized shopping cart item parameters container.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public ShoppingCartItemParameters(
int skuId,
int quantity
)
Parameters
- skuId
- Type: SystemInt32
Product SKU ID. - quantity
- Type: SystemInt32
Number of product units.
See Also