Skip to main content

wishlists

Classes

ClassDescription
WishlistItemCreatedSdkEventEvent triggered when an item is created in a wishlist. Provides details about the wishlist and the item that was added.
WishlistItemDeletedSdkEventEvent triggered when an item is deleted from a wishlist. Provides details about the wishlist and the item that was removed.

Interfaces

InterfaceDescription
WishlistItemSdkDto-
WishlistSdkDto-
WishlistsSharedStateKit-
WishlistsSharedStateKitQueryWrapper-
WishlistsSharedStateKitServiceWrapper-

Functions

FunctionDescription
closeWishlistsDrawerCloses the Wishlists drawer.
createWishlistCreates a new wishlist with the specified title.
createWishlistItemCreates a wishlist item using productId, variantId and wishlistId parameters.
deleteWishlistItemRemoves a wishlist item using productId, variantId and wishlistId parameters.
getWishlistItemsRetrieves wishlist items from a specific wishlist or the first/default wishlist.
getWishlistsRetrieves all wishlists with their items.
getWishlistsSharedStateKitRetrieves a reactive state kit object that provides access to wishlists query and service methods with Observable streams. This allows you to subscribe to wishlist changes and interact with the wishlist store reactively.
openWishlistsDrawerOpens the Wishlists drawer.