Click or drag to resize
ShoppingCartInfoGetShoppingCartItem Method (Int32)
Returns shopping cart item from the shopping cart object.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public ShoppingCartItemInfo GetShoppingCartItem(
	int cartItemId
)

Parameters

cartItemId
Type: SystemInt32
Shopping cart item ID

Return Value

Type: ShoppingCartItemInfo
See Also