object LastMileLabel
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. |
shipping_carrier | String | Carrier name or carrier code used for shipping. |
shipping_method | String | Carrier service or shipping method code. |
tracking_number | String | Carrier tracking number for the shipment or label. |
tracking_url | String | URL for the tracking URL resource. |
Referenced By
- ShippingLabel Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"shipping_carrier": "ups",
"shipping_method": "ups_ground",
"tracking_number": "1Z999AA10123456784",
"tracking_url": "https://example.com/resource"
}