{
    "id": 1,
    "status": 2,
    "package": "Large Box",
    "length": 6,
    "width": 11,
    "height": 3,
    "weight": 2,
    "tracking_number": "EX18472",
    "tracking_url": "https://provider.com/track/EX18472",
    "label_url": "https://provider.com/label/EX18472",
    "created_at": "2024-12-09 22:49:57",
    "updated_at": "2024-12-09 22:49:57"
}
id
integer
required
ID of the shipment.
status
integer
required
A Status enum representing the status of the shipment.
package
string
required
The name of the package template used for the shipment.
length
integer
required
The length of the shipment (in inches, rounded up).
width
integer
required
The width of the shipment (in inches, rounded up).
height
integer
required
The height of the shipment (in inches, rounded up).
weight
integer
required
The weight of the shipment (in pounds, rounded up).
tracking_number
string
The tracking number for the shipment.
tracking_url
string
The URL to the tracking page for the shipment.
label_url
string
The URL to the shipping label for the shipment.
created_at
string
required
Timestamp of when the shipment was created.
updated_at
string
required
Timestamp of when the shipment was last updated.
{
    "id": 1,
    "status": 2,
    "package": "Large Box",
    "length": 6,
    "width": 11,
    "height": 3,
    "weight": 2,
    "tracking_number": "EX18472",
    "tracking_url": "https://provider.com/track/EX18472",
    "label_url": "https://provider.com/label/EX18472",
    "created_at": "2024-12-09 22:49:57",
    "updated_at": "2024-12-09 22:49:57"
}