Schemas
Shipment
id
string
requiredstatus
enum<string>
requiredAvailable options:
pending
, tracking
, shipped
, delivered
, delivered_override
, failed
, failed_unset_tracking
, failed_with_reship
brand_name
string
requiredThe name of the brand that this shipment is from.
tracking_carrier
string | null
The carrier for this shipment, e.g. UPS.
tracking_number
string | null
Only for approved distribution partners.
shipped_at
string | null
ISO 8601
delivered_at
string | null
ISO 8601
delivery_eta
string | null
The estimated delivery time of this shipment.