Click or drag to resize

TemplatesHelperUpdateStockOnOrder Method (String)

Pick an existing order and updates product information on it

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public static void UpdateStockOnOrder(
	string orderId
)

Parameters

orderId
Type: SystemString
The ID of the order.
See Also