TrackEvent
Represents a single tracking event for a shipment.
type TrackEvent {
status: TrackEventStatus!
time: DateTime
location: Location
contact: ContactInfo
description: String
}
Fields
TrackEvent.status
● TrackEventStatus!
non-null object
The status of the tracking event.
TrackEvent.time
● DateTime
scalar
The time of the tracking event.
TrackEvent.location
● Location
object
The location of the tracking event.
TrackEvent.contact
● ContactInfo
object
The contact information related to the tracking event.
TrackEvent.description
● String
scalar
The description of the tracking event.
Member Of
TrackEventEdge
object ● TrackInfo
object