object LastMileLabel

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

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

shipping_carrierString

Carrier name or carrier code used for shipping.

shipping_methodString

Carrier service or shipping method code.

tracking_numberString

Carrier tracking number for the shipment or label.

tracking_urlString

URL for the tracking URL resource.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "shipping_carrier": "ups",
  "shipping_method": "ups_ground",
  "tracking_number": "1Z999AA10123456784",
  "tracking_url": "https://example.com/resource"
}