# Wishlist.WishlistPut

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customerId** | **Number** | The customer id. | 
**isPublic** | **Boolean** | Whether the wishlist is available to the public. | [optional] 
**name** | **String** | The title of the wishlist. | [optional] 
**items** | [**[WishlistItem]**](WishlistItem.md) | Array of Wishlist items. | [optional] 
