OrderItemInfoProviderGetOrderItems Method (Int32) |
Returns all items of the specified order. Returned items contain pre-loaded
OrderItemSKU SKU data.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static ICollection<OrderItemInfo> GetOrderItems(
int orderId
)
Parameters
- orderId
- Type: SystemInt32
Order ID
Return Value
Type:
ICollectionOrderItemInfoSee Also