object InboundShipmentLocationSummaryLocation
Fields
| Field | Type | Description |
|---|---|---|
location | InboundShipmentSummaryBin | Location for this inbound shipment location summary location. |
items_at_location | [InboundShipmentLocationSummaryItem] | URL for the items at location resource. |
Referenced By
Example
{
"location": {id: "TG9jYXRpb246MTIzNA==", name: "A01-01-01"},
"items_at_location": [[{id: "TG9jYXRpb246MTIzNA==", name: "A01-01-01"}]]
}