Home > @vsf-enterprise/bigcommerce-theme > useWishlist
# useWishlist variable
Allows loading and manipulating wishlist.
Signature:
useWishlist: () => UseWishlistInterface
# Remarks
Composable would use guest wishlist for not-logged in users and BigCommerce wishlist for authenticated customers.
See the UseWishlistInterface for a list of methods and values available in this composable.