| 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
)
Public Shared Sub UpdateStockOnOrder (
orderId As String
)
Parameters
- orderId
- Type: SystemString
The ID of the order.
See Also