Adds new item to the shopping cart object and returns its object.
            
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- cart
 - Type: CMS.Ecommerce ShoppingCartInfo
Shopping cart 
- itemParams
 - Type: CMS.Ecommerce ShoppingCartItemParameters
Parameters from which the new shopping cart item is initialized. 
Return Value
Type: ShoppingCartItemInfoSee Also