object ShippingContainerLabel

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

user_idString

User ID for the user who added the shipping label.

created_atISODateTime

When the shipping label was added to the container, as an ISO-8601 datetime.

shipping_labelShippingLabel

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"}
}