OBJECT

TrackingUpdate

Represents an update on the status of a shipment

link GraphQL Schema definition

  • type TrackingUpdate {
  • # Explanation of the status
  • explanation: ISO8601DateTime
  • # Tracking number
  • ref: String!
  • # Represents an update on the parcel's return progress.
  • status: String!
  • # Timestamp for when the updated was received
  • timestamp: ISO8601DateTime!
  • }