object CarrierBoxQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
data | CarrierBox | Carrier box returned by this query. |
Referenced By
- carrier_box Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": {carrier: "ups", method: "ups_ground"}
}