Updates shopping cart item in the specified shopping cart object. By default only units of the specified shopping cart item and units of its product options are updated.
            
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- item
 - Type: CMS.Ecommerce ShoppingCartItemInfo
Shopping cart item to be updated. 
- itemParams
 - Type: CMS.Ecommerce ShoppingCartItemParameters
Parameters of the shopping cart item which should be used to perform the update. By default only Quantity parameter is used. 
See Also