object InboundShipmentQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
data | InboundShipment | Inbound shipment returned by this query. |
Referenced By
- inbound_shipment Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": {id: "SW5ib3VuZFNoaXBtZW50OjEyMzQ="}
}