# UltracartClient::ItemsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | [**Array<Item>**](Item.md) | items | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemsRequest.new( items: null ) ```