# PurchaseOrderItems
## Properties
**item_sequence_number** | **String** | Item sequence number for the item. The first item will be 001, the second 002, and so on. This number is used as a reference to refer to this item from the carton or pallet level. |
**buyer_product_identifier** | Option<**String**> | Amazon Standard Identification Number (ASIN) for a SKU | [optional]
**vendor_product_identifier** | Option<**String**> | The vendor selected product identification of the item. Should be the same as was sent in the purchase order. | [optional]
**shipped_quantity** | [**models::ItemQuantity**](ItemQuantity.md) | |
**maximum_retail_price** | Option<[**models::Money**](Money.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)