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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public ShoppingCartItemInfo GetShoppingCartItem(
	Guid cartItemGuid
)

Parameters

cartItemGuid
Type: SystemGuid
Shopping cart item GUID

Return Value

Type: ShoppingCartItemInfo
See Also