createWishlist
Create a new wishlist. For logged-in customers, creates a customer-linked wishlist. For non-logged-in users, creates or updates the session-based wishlist.
createWishlist(
input: CreateWishlistInput!
): WishlistResult!
Arguments
input ● CreateWishlistInput!
Input data for creating a new wishlist.
Type
WishlistResult
Result type for wishlist operations