wishlistRemoveProduct
Remove product from the current user's wishlist.
wishlistRemoveProduct(
productId: ID!
userId: ID
wishlistId: ID
): WishlistRemoveProduct
Arguments
wishlistRemoveProduct.productId ● ID! non-null scalar
The ID of the product.
wishlistRemoveProduct.userId ● ID scalar
ID of the target user (available only for MPO). If not provided, the product will be added to the requester's wishlist.
wishlistRemoveProduct.wishlistId ● ID scalar
ID of the target wishlist. If not provided, the product will be added to the default wishlist.
Type
WishlistRemoveProduct object
Remove product from the current user's wishlist.