object InboundShipmentSummaryBin
Fields
| Field | Type | Description |
|---|---|---|
id | Int | |
location | String | |
zone | String |
Referenced By
- InboundShipmentLocationSummaryLocation Type
- InboundShipmentSummaryContent Type
- InboundShipmentSummaryInLPN Type
Example
{
"id": 987,
"location": "abc123",
"zone": "abc123"
}