Click or drag to resize

NotificationSubscriberBaseSetProductInformation Method (Product, Double)

Sets the product information in Dynamicweb from the ERP.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
protected void SetProductInformation(
	Product product,
	double quantity
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product to be updated.
quantity
Type: SystemDouble
The quantity.
See Also