Last update:
December 7, 2023
moveWishlistItem mutation¶
This mutation moves a wishlist item to another wishlist.
Arguments¶
The InputMoveWishlistItemType!
represents the input for moving a wishlist item.
Field | Description |
---|---|
listId String! |
The Id of the source wishlist from which to move the item. |
destinationListId String! |
The Id of the destination wishlist to which the item will be moved. |
lineItemId String! |
The Id of the wishlist item to be moved. |
Possible returns¶
Possible return | Description |
---|---|
WishlistType |
The details and properties of the wishlist. |