Click or drag to resize

OrderLine Class

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

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

The OrderLine type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCode exampleOnAfterGenerateOrderLineXml
Occurs after the XML for an order line is generated. This enables you to change or analyze the XML before it's sent to the ERP.
Public fieldStatic memberCode exampleOnBeforeGenerateOrderLineXml
Occurs before the XML for an order line is generated. This enables you to change or analyze the order line before it's processed.
Top
See Also