  | FavoriteProductServiceRemoveProductFromFavoriteList Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.CustomerExperienceCenter.Favorites
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic void RemoveProductFromFavoriteList(
	int userId,
	string productId,
	string productVariantId,
	int favoriteListId
)
Public Sub RemoveProductFromFavoriteList ( 
	userId As Integer,
	productId As String,
	productVariantId As String,
	favoriteListId As Integer
)
Parameters
- userId
 - Type: SystemInt32
 - productId
 - Type: SystemString
 - productVariantId
 - Type: SystemString
 - favoriteListId
 - Type: SystemInt32
 
See Also