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.0.5239.26125)
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
- Type: System Boolean
Get only records with send notification flag set to true.
Return Value
Type: InfoDataSet OrderItemInfoSee Also