Hermes Track & Trace (API Automation)
Retrieves delivery tracking for a parcel shipped with Hermes (Evri), using the tracking number. Use it to tell customers the current status of their Hermes shipment.
What it does
- Looks up the parcel and returns the current status, status description and last event date.
- Returns the full list of tracking events, the shipped date and a tracking URL.
- Maps carrier events to standard delivery statuses (in transit, delivered, ready for pickup, returning to sender, etc.).
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking Number | String | Tracking number |
Outputs
| Name | Type | Description |
|---|---|---|
| Tracking Found? | Boolean | Whether successfully retrieved any tracking information |
| Status | String | Status of the package delivery Possible values: Label Created, More Information Needed, Ready for Shipment, In Transit, Returning to Sender, Ready for Pickup, Delivered, Problem with Delivery. |
| Status Description | String | Status description |
| Tracking Events | List | Tracking events |
| Status Timestamp | String | Last event timestamp in ISO 8601 format (Old action compatible) |
| Shipped Date | String | The date when the parcel was picked up by the carrier (Old action compatible) |
| Tracking URL | String | The tracking URL (Old action compatible) |
| Tracking details | String | Response Body (Old action compatible) |
Notes
- Hermes is now branded Evri; this action tracks Evri parcels.