IShoppingCartRepositoryGetCart Method (Int32) |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax ShoppingCartInfo GetCart(
int cartId
)
Parameters
- cartId
- Type: SystemInt32
ID of the ShoppingCartInfo.
Return Value
Type:
ShoppingCartInfoShopping cart with requested ID or null when not found.
Remarks
Returned shopping cart is populated with cart items.
See Also