| closeWishlistsDrawer | Closes the Wishlists drawer. |
| createWishlist | Creates a new wishlist with the specified title. |
| createWishlistItem | Creates a wishlist item using productId, variantId and wishlistId parameters. |
| deleteWishlistItem | Removes a wishlist item using productId, variantId and wishlistId parameters. |
| getWishlistItems | Retrieves wishlist items from a specific wishlist or the first/default wishlist. |
| getWishlists | Retrieves all wishlists with their items. |
| getWishlistsSharedStateKit | Retrieves 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. |
| openWishlistsDrawer | Opens the Wishlists drawer. |