# AssociatedItem
## Properties
**asin** | Option<**String**> | The Amazon Standard Identification Number (ASIN) of the item. | [optional]
**title** | Option<**String**> | The title of the item. | [optional]
**quantity** | Option<**i32**> | The total number of items included in the order. | [optional]
**order_id** | Option<**String**> | The Amazon-defined identifier for an order placed by the buyer, in 3-7-7 format. | [optional]
**item_status** | Option<**String**> | The status of the item. | [optional]
**brand_name** | Option<**String**> | The brand name of the item. | [optional]
**item_delivery** | Option<[**models::ItemDelivery**](ItemDelivery.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)