| OrderItemInfoProviderGetExpiringOrderItemsInternal Method  | 
            Returns dataset of all expiring order items matching given parameters along with additional relevant information.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntaxprotected virtual InfoDataSet<OrderItemInfo> GetExpiringOrderItemsInternal(
	int days,
	int siteId,
	string where,
	bool onlyWithSendNotification
)
Parameters
- days
 - Type: SystemInt32
Number of days before order item expiration - siteId
 - Type: SystemInt32
Site ID. Set to 0 to get expiring order items on all sites. - where
 - Type: SystemString
Additional where condition - onlyWithSendNotification
 - Type: SystemBoolean
Get only records with send notification flag set to true. 
Return Value
Type: 
InfoDataSetOrderItemInfo
See Also