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