Click or drag to resize
OrderItemInfoProviderGetOrderItems Method (Int32)
Returns query for all order items in specified order.

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

Parameters

orderId
Type: SystemInt32
Order ID

Return Value

Type: ObjectQueryOrderItemInfo
See Also