Last update:
March 19, 2024
removeWishlistItem mutation¶
This mutation removes an item from a wishlist.
Arguments¶
The InputRemoveWishlistItemType!
represents the input for removing an item from a wishlist.
Field | Description |
---|---|
listId String! |
The Id of the wishlist to remove an item from. |
lineItemId String! |
The Id of the line item to remove. |
Possible returns¶
Possible return | Description |
---|---|
WishlistType |
The details and properties of the wishlist. |