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