Click or drag to resize

CustomerProductListRemoveFromFavorites Method (String, String, String, Int32, Double)

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

Parameters

productId
Type: SystemString
variantId
Type: SystemString
languageId
Type: SystemString
favoriteListId
Type: SystemInt32
quantity
Type: SystemDouble
See Also