Click or drag to resize

CustomerProductListProduct.UpdateQuantity Method

Namespace:  Dynamicweb.Ecommerce.CustomerCenter
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static void UpdateQuantity(
	string productId,
	string variantId,
	string languageId,
	int favoriteListId,
	int quantity
)

Parameters

productId
Type: System.String
variantId
Type: System.String
languageId
Type: System.String
favoriteListId
Type: System.Int32
quantity
Type: System.Int32
See Also