OrderTrackingEvent
A single carrier scan in a parcel's tracking history.
- descriptionType: string nullablerequired
Carrier description.
nullwhen none. - locationType: string nullablerequired
Where the scan happened.
nullwhen unknown. - occurredType: string Format: date-time
At requiredWhen the scan happened.
- statusType: stringrequired
Carrier status for this scan.
Examples
{
"status": "in_transit",
"occurredAt": "2026-06-14T18:03:00.000Z",
"location": "Lyon",
"description": "Parcel handed to carrier"
}