object CarrierBoxesQueryResult
Fields
| Field | Type | Description | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | Public API request ID that identifies the related record. | |||||||||||||||||||||||||||||||||||
complexity | Int | Complexity as a numeric value. | |||||||||||||||||||||||||||||||||||
data | CarrierBoxConnection | Paginated carrier boxes returned by this query. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Referenced By
- carrier_boxes Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": [{carrier: "ups", method: "ups_ground"}]
}