OrderItemInfoProvider GetExpiringOrderItemsInternal Method Kentico 8.0 API Reference
Returns dataset of all expiring order items matching given parameters along with additional relevant information.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

days
Type: OnlineSystem Int32
Number of days before order item expiration
siteId
Type: OnlineSystem Int32
Site ID. Set to 0 to get expiring order items on all sites.
where
Type: OnlineSystem String
Additional where condition
onlyWithSendNotification
Type: OnlineSystem Boolean
Get only records with send notification flag set to true.

Return Value

Type: InfoDataSet OrderItemInfo 
See Also