Home > @vsf-enterprise/bigcommerce-api > WishlistResponse
# WishlistResponse interface
Response with single wishlist.
Signature:
export interface WishlistResponse
# Properties
| Property | Type | Description |
|---|---|---|
| data | Wishlist | Wishlist model. |
| meta | Record<string, unknown> | Empty meta object; may be used later. |