Home > @vsf-enterprise/bigcommerce-api > CreateWishlistProps
# CreateWishlistProps interface
Necessary props for creating the wishlist.
Signature:
export interface CreateWishlistProps
# Properties
| Property | Type | Description |
|---|---|---|
| is_public? | boolean | (Optional) Whether the wishlist is available to the public. |
| items? | CreateWishlistItem[] | (Optional) Array of wishlist items. |
| name | string | The title of the wishlist. |