object InboundShipmentSummaryBin
Fields
| Field | Type | Description |
|---|---|---|
id | Int | Public API ID for this inbound shipment summary bin. |
location | String | Location for this inbound shipment summary bin. |
zone | String | Zone for this inbound shipment summary bin. |
Referenced By
- InboundShipmentLocationSummaryLocation Type
- InboundShipmentSummaryContent Type
- InboundShipmentSummaryInLPN Type
Example
{
"id": 1234,
"location": "A01-01-01",
"zone": "A"
}