Click or drag to resize

OrderLineOnAfterGenerateOrderLineXmlArgs Constructor

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public OnAfterGenerateOrderLineXmlArgs(
	OrderLine orderLine,
	XmlNode orderLineNode
)

Parameters

orderLine
Type: Dynamicweb.Ecommerce.OrdersOrderLine
The order line for which the XML has been generated.
orderLineNode
Type: System.XmlXmlNode
The XML node that has been created. You can manipulate this node to alter the XML being sent to the ERP.
See Also