Skip to main content

addWishlistToCustomer

Associate a session-based wishlist with a logged-in customer. This allows preserving wishlist data when a user logs in after browsing as a guest. Requires the user to be logged in as a customer.

addWishlistToCustomer(
input: AddWishlistToCustomerInput!
): WishlistResult!

Arguments

input ● AddWishlistToCustomerInput!

Input data for associating a wishlist with a customer

Type

WishlistResult

Result type for wishlist operations