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: 8.0.0.0 (8.1.5347.20411)
Parameters
- days
 - Type: 
System Int32
Number of days before order item expiration 
- siteId
 - Type: 
System Int32
Site ID. Set to 0 to get expiring order items on all sites. 
- where
 - Type: 
System String
Additional where condition 
- onlyWithSendNotification (Optional)
 - Type: 
System Boolean
Get only records with send notification flag set to true. 
Return Value
Type: InfoDataSet OrderItemInfoSee Also