DHL eCommerce Track and Trace
Retrieves delivery tracking for parcels shipped with DHL eCommerce Solutions, using the tracking number. Use it to tell customers the current status of their DHL eCommerce shipment.
What it does
- Looks up a DHL eCommerce shipment and returns the current status, latest event date and shipped date.
- Returns the activity history and, when available, an estimated delivery date.
- Indicates whether any tracking information was found.
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking Number | String | Tracking reference for the package |
| API Key | String | API key to access the DHL api |
Outputs
| Name | Type | Description |
|---|---|---|
| Found Tracking? | Boolean | Whether any tracking info was found for the tracking number provided |
| Status | String | Status of the package delivery Possible values: Delivered, In Transit, Ready for Shipment, Ready for Pickup, Problem with Delivery, Returning to Sender. |
| Status Description | String | Status description |
| Last Event Date | String | Date of the last update in ISO format |
| Shipped Date | String | Date when the package was shipped |
| Activity History | List | History of events for this package |
| Estimate Delivery Date | String | Scheduled delivery date in ISO format. Available only for some shipments in Transit, but not for all. |
Notes
- Requires a DHL API key.
- The estimated delivery date is only available for some in transit shipments.