Click or drag to resize

FavoriteProductServiceRemoveProductFromFavoriteList Method

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

Parameters

userId
Type: SystemInt32
productId
Type: SystemString
productVariantId
Type: SystemString
favoriteListId
Type: SystemInt32
See Also