Variables
WishlistAddItemsAction
declaration
constWishlistAddItemsAction:ActionToken<{input:ZodArray;name:"ecommerce/wishlist/add-items";output:ZodVoid; }>
Add one or more items to the wishlist.
Currently only products can be added to the wishlist. Also, only one wishlist per session is supported.
Throws
Throws
UnauthenticatedError in case the backend-system requires authentication for wishlists.