Click or drag to resize
OrderItemInfoProviderGetOrderItems Method
Returns the query for all order items.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<OrderItemInfo> GetOrderItems()

Return Value

Type: ObjectQueryOrderItemInfo
See Also