| 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
)
Public Shared Function UpdateOrder (
order As Order
) As Nullable(Of Boolean)
Parameters
- order
- Type: Dynamicweb.Ecommerce.OrdersOrder
The order to send to the ERP
Return Value
Type:
NullableBooleanReturns null if no communication has made, otherwise it returns true / false to indicate success or failure in sending the order.
See Also