Click or drag to resize
OrderItemInfoProviderGetOrderItemsInternal Method
Returns all items of the specified order. Returned items contain pre-loaded OrderItemSKU SKU data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual ICollection<OrderItemInfo> GetOrderItemsInternal(
	int orderId
)

Parameters

orderId
Type: SystemInt32
Order ID

Return Value

Type: ICollectionOrderItemInfo
See Also