# UltracartClient::ItemPhysical ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **height** | [**Distance**](Distance.md) | | [optional] | | **length** | [**Distance**](Distance.md) | | [optional] | | **weight** | [**Weight**](Weight.md) | | [optional] | | **width** | [**Distance**](Distance.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemPhysical.new( height: null, length: null, weight: null, width: null ) ```