| 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
)
Protected Sub SetProductInformation (
order As Order
)
Parameters
- order
- Type: Dynamicweb.Ecommerce.OrdersOrder
The order.
See Also