# UltracartClient::CustomerWishListItemsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | | **wishlist_items** | [**Array<CustomerWishListItem>**](CustomerWishListItem.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerWishListItemsResponse.new( error: null, metadata: null, success: null, warning: null, wishlist_items: null ) ```