OrderTrackingEvent

A single carrier scan in a parcel's tracking history.

  • description
    Type: string nullable
    required

    Carrier description. null when none.

  • location
    Type: string nullable
    required

    Where the scan happened. null when unknown.

  • occurredAt
    Type: string Format: date-time
    required

    When the scan happened.

  • status
    Type: string
    required

    Carrier status for this scan.

Examples
{
  "status": "in_transit",
  "occurredAt": "2026-06-14T18:03:00.000Z",
  "location": "Lyon",
  "description": "Parcel handed to carrier"
}