DHL
Retrieves delivery tracking for a parcel shipped with DHL, using the DHL tracking number. Use it to tell customers the current status of their DHL shipment.
Retrieves delivery tracking for a parcel shipped with DHL, using the DHL tracking number. Use it to tell customers the current status of their DHL shipment.
What it does
- Looks up a DHL shipment by its tracking number and returns the current delivery status.
- Returns the latest status timestamp, the shipped date and, when available, the estimated delivery time.
- Indicates whether any tracking information was found.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| Tracking Number | String | - | DHL Tracking Number |
Outputs
| Name | Type | Description |
|---|---|---|
| Status | Optional String | Status of Shipment Possible values: Delivered, In Transit, Ready For Shipment, Returning to Sender. |
| Status Timestamp | Optional String | Last event timestamp in ISO 8601 format |
| Shipped Date | Optional String | The date when the parcel was picked up by the carrier. |
| Estimate of the Delivery Time | Optional String | Scheduled delivery timestamp in ISO 8601 format. Available for some in transit shipments. |
| Details | Object | DHL Response Body |
| Tracking Found | Boolean | Whether we found any tracking info. |
Notes
- Some fields, such as the estimated delivery time, are only available for certain in transit shipments.