object InboundShipmentLocationSummaryQueryResult

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

dataInboundShipmentLocationSummaryData

Inbound shipment location summary returned by this query.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "data": {id: "TG9jYXRpb246MTIzNA==", name: "A01-01-01"}
}