OBJECT
TrackingUpdate
Represents an update on the status of a shipment
link GraphQL Schema definition
- type TrackingUpdate {
- # Explanation of the status
- : ISO8601DateTime
- # Tracking number
- : String!
- # Represents an update on the parcel's return progress.
- : String!
- # Timestamp for when the updated was received
- : ISO8601DateTime!
- }