![JSON Schema Diagram of /properties/InvoiceDetail/properties/Items/properties/Item/items[0]/properties/ShipmentIds](images/property-shipmentids.png)
| Array Index | Type | Description |
|---|---|---|
| 1-n | string |
A String value
Description : Shipment ID
|
"ShipmentIds": {
"type": "array",
"items": {
"type": "string",
"description": "Shipment ID"
}
}