OrderItemInfoProviderGetOrderItemsInternal Method |
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 protected virtual ICollection<OrderItemInfo> GetOrderItemsInternal(
int orderId
)
Parameters
- orderId
- Type: SystemInt32
Order ID
Return Value
Type:
ICollectionOrderItemInfoSee Also