Home > @vsf-enterprise/bigcommerce-theme > UseGuestWishlistInterface > load
# UseGuestWishlistInterface.load() method
Loads the guest wishlist.
Signature:
load(): Promise<void>;
Returns:
Promise<void>
# Remarks
Loaded wishlist is stored in wishlistStore
and saved in localStorage
. Available on client-side only.