Variables

WishlistAddItemsAction

declaration

const WishlistAddItemsAction: 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

ProductNotFoundError

Throws

UnauthenticatedError in case the backend-system requires authentication for wishlists.