Skip to main content

removeWishlistItem

Remove a product from a wishlist. If quantity is specified, reduces the quantity by that amount. If no quantity or quantity >= current quantity, removes the item completely. Verifies that the customer or session owns the wishlist. For shared wishlists: use shareToken instead of id/privateToken.

removeWishlistItem(
input: RemoveWishlistItemInput!
): WishlistResult!

Arguments

input ● RemoveWishlistItemInput!

Input data for removing an item from the wishlist.

Type

WishlistResult

Result type for wishlist operations