Click or drag to resize

TemplatesHelperUpdateOrder Method (Order)

Forces an update of the order in the ERP.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public static Nullable<bool> UpdateOrder(
	Order order
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
The order to send to the ERP

Return Value

Type: NullableBoolean
Returns null if no communication has made, otherwise it returns true / false to indicate success or failure in sending the order.
See Also