๐Ÿ”‘ Hermes DE Track & Trace

The action is used to get the tracking information from Hermes Germany.

๐Ÿšง

Credentials

The credentials should be requested from Hermes

Inputs

NameTypeDescription
Tracking NumberStringTracking number
UsernameStringHermes DE username
PasswordStringHermes DE password

Outputs

NameTypeDescription
Tracking Found?BooleanWhether the tracking information was found
True / False
StatusStringTracking status
Status DescriptionStringDetailed description of the tracking status
Ship DateStringThe date of the shipment.
Format:
YYYY-MM-DDThh:mm:ss
Last Event DateStringThe date of the last tracking event.
Format:
YYYY-MM-DDThh:mm:ss
Tracking InformationListList of all the tracking events.
See the example below

Sample Response
Activity History

shipmentID: '',
  result: { code: 'OK' },
  receiverAddress: { city: '', zipCode: '', countryCode: '' },
  deliveryForecast: { fixed: false },
  status: [
    {
      timestamp: '2021-08-30T09:20:20+02:00',
      code: '0-3-0',
      description: 'The parcel has not yet arrived at the Hermes depot DEP Oranienburg (2091)'
    },
    {
      timestamp: '2021-08-23T12:38:00+02:00',
      code: '0-0-0',
      description: 'The parcel has been announced electronically to Hermes.'
    }
  ]
}