Click or drag to resize

Order Class

Notifications and argument classes for notification subscribers fired during generation of order XML.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.NotificationsOrder

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public static class Order

The Order type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCode exampleOnAfterGenerateOrderXml
Occurs after the XML for a cart or order is generated. This enables you to change or analyze the XML before it's sent to the ERP.
Public fieldStatic memberCode exampleOnAfterSendingOrderToErp
Occurs after a cart or order has been sent to the ERP.
Public fieldStatic memberCode exampleOnBeforeGenerateOrderXml
Occurs before the XML for a cart or order is generated. This enables you to change or analyze the order before it's processed.
Public fieldStatic memberCode exampleOnBeforeSendingOrderToErp
Occurs before a cart or order is sent to the ERP.
Top
See Also