Last update:
May 29, 2025
cloneWishlist mutation¶
This mutation creates a copy of an existing wishlist, optionally modifying key fields such as name, description, and scope.
Arguments¶
The InputCloneWishlistType!
represents the input for cloning a wishlist.
Field | Description |
---|---|
storeId String! |
The Id of the store where the wishlist belongs. |
userId String! |
The Id of the user for whom the wishlist is being cloned. |
cultureName String |
The language in which to retrieve localized data. |
currencyCode String |
The currency to be used when cloning the wishlist. |
scope WishlistScopeType |
The visibility scope of the cloned wishlist. |
listId String! |
The Id of the existing wishlist to be cloned. |
listName String |
The name of the new cloned wishlist. |
description String |
A description for the cloned wishlist. |
Possible returns¶
Possible return | Description |
---|---|
WishlistType |
The newly cloned wishlist and its full contents. |