Updates order status history and sends notification emails about order status change.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- orderObj
- Type: CMS.Ecommerce OrderInfo
Order data
- originalStatusId
- Type: System Int32
ID of the status before change. Don't care if newOrder == true
- newOrder
- Type: System Boolean
True - it is a new order, False - it is an existing order
See Also