Click or drag to resize

StockUnitSave Method (String, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Stocks
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Save() instead")]
public void Save(
	string productId,
	string variantId,
	string unitId
)

Parameters

productId
Type: SystemString
variantId
Type: SystemString
unitId
Type: SystemString
See Also