object CreateShippingContainersOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
shipping_containers | [ShippingContainer] | Shipping containers created by this operation. |
Referenced By
- shipping_container_create Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"shipping_containers": [[{carrier: "ups", container_id: "ABC123"}]]
}