ConsignmentTrackingDetailModel

  • carrierName
    Type: string | null

    The name of the carrier

  • createdUtc
    Type: string | nullFormat: date

    The consignment tracking created utc.

  • integrationName
    Type: string | null

    The name of the user/integration created the tracking.

  • lastUpdatedDate
    Type: string | nullFormat: date

    The consignment last updated date time.

  • modifiedUtc
    Type: string | nullFormat: date

    The consignment tracking modified utc.

  • status
    Type: integerenum

    Integer numbers.

    values
    • Unknown = 0
    • Printed = 1
    • Dispatched = 2
    • InTransit = 3
    • OutForDelivery = 4
  • trackingEvents
    Type: array object[] | null ยท ConsignmentTrackingDetailModel.TrackingEventModel[]

    A collection of tracking events

    • createdUtc
      Type: string | nullFormat: date

      Consignment tracking event created utc.

    • details
      Type: string | null

      The consignment tracking event details.

    • eventDateTime
      Type: string | nullFormat: date

      Consignment tracking event date and time.

    • status
      Type: integerenum

      Integer numbers.

      values
      • Unknown = 0
      • Printed = 1
      • Dispatched = 2
      • InTransit = 3
      • OutForDelivery = 4
  • trackingNumber
    Type: string | null

    The consignment tracking number

  • trackingUrl
    Type: string | null

    The consignment tracking url