Click or drag to resize
ShoppingCartItemInfoOrderItem Property
Order item data. Loaded when the shopping cart is created from an existing order, otherwise it is null.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public OrderItemInfo OrderItem { get; set; }

Property Value

Type: OrderItemInfo
See Also