Click or drag to resize

FavoriteProductServiceAddProductToFavoriteList Method (Int32, String, String, String, String, Int32)

Namespace:  Dynamicweb.Ecommerce.CustomerExperienceCenter.Favorites
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void AddProductToFavoriteList(
	int userId,
	string productId,
	string productVariantId,
	string referenceUrl,
	string note,
	int favoriteListId = 0
)

Parameters

userId
Type: SystemInt32
productId
Type: SystemString
productVariantId
Type: SystemString
referenceUrl
Type: SystemString
note
Type: SystemString
favoriteListId (Optional)
Type: SystemInt32
See Also