ShoppingCartInfoGetShoppingCartItem Method (Int32) |
Returns shopping cart item from the shopping cart object.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public ShoppingCartItemInfo GetShoppingCartItem(
int cartItemId
)
Parameters
- cartItemId
- Type: SystemInt32
Shopping cart item ID
Return Value
Type:
ShoppingCartItemInfoSee Also