Click or drag to resize

TemplatesHelperUpdateOrder Method (String)

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(
	string orderId
)

Parameters

orderId
Type: SystemString
The ID of 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