Home > @vsf-enterprise/bigcommerce-theme > Wishlist
# Wishlist interface
A wishlist.
Signature:
export interface Wishlist extends Omit<WishlistAPI, 'items'> 
Extends: Omit<WishlistAPI, 'items'>
# Properties
| Property | Type | Description | 
|---|---|---|
| items | WishlistItem[] | Array of wishlist items. | 
| wishlist_product_data | ProductsResponse | Response of get products api call |