| ShoppingCartInfoProviderGetShoppingCartInfo Method (Int32) | 
            Returns shopping cart with specified ID.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntaxpublic static ShoppingCartInfo GetShoppingCartInfo(
	int cartId
)
Parameters
- cartId
 - Type: SystemInt32
Shopping cart ID 
Return Value
Type: 
ShoppingCartInfo
See Also