object AddShippingLabelToShippingContainerOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
shipping_container | ShippingContainer | Shipping container the label was added to. |
Referenced By
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"shipping_container": {container_id: "SC1234"}
}