object ShippingLabel
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. | ||||||||||||||||||||||||||||||
account_id | String | Public API account ID that identifies the related record. | ||||||||||||||||||||||||||||||
shipment_id | String | Public API shipment ID that identifies the related record. | ||||||||||||||||||||||||||||||
order_id | String | Public API order ID that identifies the related record. | ||||||||||||||||||||||||||||||
box_id | String | Public API box ID that identifies the related record. | ||||||||||||||||||||||||||||||
box_name | String | Box name for this shipping label. | ||||||||||||||||||||||||||||||
status | String | Current status; use the API status values returned by this field when filtering or updating. | ||||||||||||||||||||||||||||||
tracking_number | String | Carrier tracking number for the shipment or label. | ||||||||||||||||||||||||||||||
alternate_tracking_id | String | Public API alternate tracking ID that identifies the related record. | ||||||||||||||||||||||||||||||
order_number | String | Order number for this shipping label. | ||||||||||||||||||||||||||||||
order_account_id | String | Public API order account ID that identifies the related record. | ||||||||||||||||||||||||||||||
carrier | String | Carrier name or carrier code used for shipping. | ||||||||||||||||||||||||||||||
shipping_name | String | Shipping name for this shipping label. | ||||||||||||||||||||||||||||||
shipping_method | String | Carrier service or shipping method code. | ||||||||||||||||||||||||||||||
cost | String | Internal cost as a decimal monetary amount; distinct from customer-facing price. | ||||||||||||||||||||||||||||||
box_code | String | Box code for this shipping label. | ||||||||||||||||||||||||||||||
device_id | String | Public API device ID that identifies the related record. | ||||||||||||||||||||||||||||||
delivered | Boolean | Whether the carrier marked this shipping label as delivered. | ||||||||||||||||||||||||||||||
picked_up | Boolean | Whether the carrier picked up the shipment for this label. | ||||||||||||||||||||||||||||||
refunded | Boolean | Whether this shipping label has been refunded. | ||||||||||||||||||||||||||||||
needs_refund | Boolean | True when this shipping label needs refund; false otherwise. | ||||||||||||||||||||||||||||||
profile | String | Profile for this shipping label. | ||||||||||||||||||||||||||||||
partner_fulfillment_id | String | Public API partner fulfillment ID that identifies the related record. | ||||||||||||||||||||||||||||||
full_size_to_print | String | Full size to print for this shipping label. | ||||||||||||||||||||||||||||||
packing_slip | String | Packing slip for this shipping label. | ||||||||||||||||||||||||||||||
warehouse | String | Warehouse display value or nested warehouse object for this record. Use warehouse_id when passing a warehouse reference. | ||||||||||||||||||||||||||||||
warehouse_id | String | Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. | ||||||||||||||||||||||||||||||
insurance_amount | String | Monetary amount as a decimal value in the record currency; not cents. | ||||||||||||||||||||||||||||||
carrier_account_id | String | Public API carrier account ID that identifies the related record. | ||||||||||||||||||||||||||||||
source | String | Source for this shipping label. | ||||||||||||||||||||||||||||||
created_date | ISODateTime | Created date in ISO-8601 date or datetime format, returned in UTC when time is included. | ||||||||||||||||||||||||||||||
tracking_url | String | URL for the tracking URL resource. | ||||||||||||||||||||||||||||||
dimensions | Dimensions | Package or item dimensions. Length, width, and height are in inches unless account or carrier configuration specifies another unit. | ||||||||||||||||||||||||||||||
label | LabelResource | Label associated with this shipping label. | ||||||||||||||||||||||||||||||
address | Address | Address details for this shipping label. | ||||||||||||||||||||||||||||||
order | Order | Order associated with this shipping label. | ||||||||||||||||||||||||||||||
shipment_line_items | ShipmentLineItemConnection | Shipment line items for this shipping label. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
package_number | Int | Package number as a numeric value. | ||||||||||||||||||||||||||||||
parcelview_url | String | URL for the parcelview URL resource. | ||||||||||||||||||||||||||||||
tracking_status | String | Current tracking status; use the API status values returned by this field when filtering or updating. | ||||||||||||||||||||||||||||||
in_shipping_container | Boolean | Whether this label is assigned to a shipping container. | ||||||||||||||||||||||||||||||
shipping_container_id | String | Public API shipping container ID that identifies the related record. | ||||||||||||||||||||||||||||||
last_mile_labels | LastMileLabel | DEPRECATED Zone Skipping has been deprecated. This field always returns null. Last mile labels for this shipping label. Deprecated; see the deprecation reason for current behavior. | ||||||||||||||||||||||||||||||
serial_numbers | [LineItemSerialNumber] | List of serial numbers for this shipping label. | ||||||||||||||||||||||||||||||
Referenced By
- CreateShippingLabelOutput Type
- Shipment Type
- ShippingLabelEdge Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"account_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"shipment_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"order_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"box_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"box_name": "12x10x4 Box",
"status": "pending",
"tracking_number": "1Z999AA10123456784",
"alternate_tracking_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"order_number": "SO-100045",
"order_account_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"carrier": "ups",
"shipping_name": "UPS Ground",
"shipping_method": "ups_ground",
"cost": "19.99",
"box_code": "STANDARD",
"device_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"delivered": true,
"picked_up": true,
"refunded": true,
"needs_refund": true,
"profile": "default",
"partner_fulfillment_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"full_size_to_print": "M",
"packing_slip": "https://example.com/packing-slips/PK-100045.pdf",
"warehouse": "Primary Warehouse",
"warehouse_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"insurance_amount": "19.99",
"carrier_account_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"source": "shopify",
"created_date": "2026-07-09T15:30:00Z",
"tracking_url": "https://example.com/resource",
"dimensions": {length: 12.5, width: 8.0, height: 4.0},
"label": {tracking_number: "1Z999AA10123456784", carrier: "ups"},
"address": {address1: "123 Fulfillment Ave", city: "New York", country: "US"},
"order": {tracking_number: "1Z999AA10123456784", carrier: "ups"},
"shipment_line_items": [{sku: "BLUE-TEE-M", quantity: 2}],
"package_number": 100,
"parcelview_url": "https://example.com/resource",
"tracking_status": "pending",
"in_shipping_container": true,
"shipping_container_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"last_mile_labels": {tracking_number: "1Z999AA10123456784", carrier: "ups"},
"serial_numbers": ["SN-100045", "SN-100046"]
}