Home > @vsf-enterprise/bigcommerce-api > Wishlist

# Wishlist interface

Wishlist model.

Signature:

export interface Wishlist 

# Properties

Property Type Description
customer_id number The ID the customer to which the wishlist belongs.
id number Wishlist ID
is_public boolean Whether the wishlist is available to the public.
items WishlistItem[] Array of wishlist items.
name string The name of the wishlist.
token string The token of the wishlist. This is created internally within BigCommerce. The wishlist ID is to be used for external apps. Read-Only.