object ShippingContainerLabel
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
user_id | String | User ID for the user who added the shipping label. |
created_at | ISODateTime | When the shipping label was added to the container, as an ISO-8601 datetime. |
shipping_label | ShippingLabel | Shipping label associated with this container label. |
Referenced By
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"user_id": "VXNlcjoxMjM0",
"created_at": "2026-07-09T15:30:00Z",
"shipping_label": {tracking_number: "1Z999AA10123456784", carrier: "ups"}
}