| 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
)
Protected Sub SetProductInformation (
product As Product,
quantity As Double
)
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
The product to be updated. - quantity
- Type: SystemDouble
The quantity.
See Also