Click or drag to resize

NotificationSubscriberBaseSetProductInformation Method (Order)

Clears and sets the product information in Dynamicweb for all the products in the order.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
protected void SetProductInformation(
	Order order
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
The order.
See Also