Best for:
- Providing access to the shipment status at any time
- Integrating all types of DHL shipments
- Multiple shipments (e.g. eCommerce, Express, Freight, Letter, Parcel, etc.)
Notifications
Dear all,
We are thrilled to announce a major release for DHL Freight shipments in our Unified Shipment Tracking API (UTAPI), packed with exciting new features designed to enhance your experience!
What’s New:
- Push Notifications: Stay updated in real-time with critical shipment information through push notifications at both shipment and account levels.
- Estimate Date of Delivery (EDD): The Estimate Date of Delivery is now publicly available without the need to pass the postal code challenge.
- Pickup Date: Pickup dates are now included in the tracking information.
- References: Additional DHL Freight Shipment IDs are now included.
- Improved Performance: Experience drastically increased response times and enhanced error handling.
Planned Go Live Date: January 30, 2025
Cutover Information:
The changes will only apply to shipments created after 11:00 CET on January 30, 2025. Shipments created before this time will behave as usual and will retain their existing tracking features.
Action Required: While no immediate changes are necessary, we encourage you to explore the new features. Please review your current integrations to ensure they will work seamlessly and check out the updated documentation on our developer portal for all the details.
Thank you for your continued support!
You are receiving this message because you have subscribed to notifications on the DHL API Developer Portal. If you want to unsubscribe from notifications click here: Cancel Subscription
We are pleased to announce the deployment of a new feature, scheduled for September 14th, 2024.
This update introduces the capability to include an offset in timestamps for express shipments, providing enhanced flexibility and precision in representing local times across different time zones.
Feature Overview:
With this update, the timestamp will now include a time zone offset. This change improves the handling of timestamps, particularly for global applications, ensuring that the local time is accurately represented according to the location's time zone.
Example Code Before the Change (No Offset):
Previously, the payload did not include any offset, as shown below:
"status": {
"timestamp": "2024-06-03T11:38:00",
"location": {
"address": {
"addressLocality": "SAN FRANCISCO - California - USA",
"countryCode": "US"
}
}
}
Example Code After the Change (With Offset):
With the new feature, the payload will include the time zone offset:
"status": {
"timestamp": "2024-06-03T11:38:00+07:00",
"location": {
"address": {
"addressLocality": "SAN FRANCISCO - California - USA",
"countryCode": "US"
}
}
}
In this example, the timestamp includes the offset +07:00, indicating the time zone difference from UTC.
Benefits of the Update:
- Accurate Timezone Representation: The timestamp will now reflect the correct local time with the offset, improving accuracy for international users and applications.
For any questions or assistance, please feel free to reach out to our support team.
Best Regards
Benjamin Baschab
API Center of Excellence
You are receiving this message because you have subscribed to notifications on the DHL API Developer Portal. If you want to unsubscribe from notifications click here: Cancel Subscription
Dear,
We are excited to announce enhancements in tracking for shipments via "freight". The upcoming update will rectify an issue where the event description appears under "status" and "description".
Additionally, we will introduce a more detailed code within the "status" element. Below, you can find a comparison of the current and future message formats.
This fix will be deployed 14th August, 11:00 CET you may experience a short disruption on tracking freight shipments during deployment.
Enumerations for Freight and status are available in our download section https://developer.dhl.com/api-reference/shipment-tracking?language_content_entity=en#downloads-section
Current Format:
{
"shipments": [
{
"id": "7135274780",
"service": "freight",
. . .
"statusCode": "delivered",
"status": "Received by consignee",
"description": "Received by consignee"
},
Future Format:
{
"shipments": [
{
"id": "7135274780",
"service": "freight",
. . .
"statusCode": "delivered",
"status": "24-600",
"description": "Received by consignee"
},
Sincerely,
Best Regards
Benjamin Baschab
API Center of Excellence
You are receiving this message because you have subscribed to notifications on the DHL API Developer Portal. If you want to unsubscribe from notifications click here: Cancel Subscription
Shipment Tracking - Unified
Dear,
🚀 I am are excited to inform you of a significant enhancement to our UTAPI Portfolio. We have now integrated Shipment Tracking of PPL shipments (www.ppl.cz ). This release is a notable advancement in our ongoing effort to deliver exhaustive shipment tracking data within the DHL group to our customers.
🚚Tracking shipments of PPL is now utilizing both our traditional Pull and our new Push API interface. This release integrates smoothly with our current offering without requiring any modifications for existing UTAPI users.
There's no need for any changes for those using UTAPI just start tracking and enjoy the benefits our unified solution offers.
🔜 Looking ahead, we are committed to further enhancing the UTAPI Portfolio by incorporating futher products.
Benjamin Baschab
API Center of Excellence
DHL Group
Heinrich-Brüning-Str. 5
53113 Bonn
Germany
You are receiving this message because you have subscribed to notifications on the DHL API Developer Portal. If you want to unsubscribe from notifications click here: Cancel Subscription
Introducing Estimated Delivery Date (EDD) for Parcel DE Shipments
We are excited to announce the launch of the Estimated Delivery Date (EDD) feature for Parcel DE shipments, which was successfully deployed on July 1st at 12:15 CET. This new enhancement provides customers with a more precise delivery window, offering greater convenience and improved planning capabilities.
With EDD, you can now see the expected delivery date and time frame for your shipments, enhancing transparency and improving the overall customer experience. This feature is designed to give you better visibility into the delivery process, ensuring you can make arrangements accordingly.
Example Snippet
Below is an example of how the EDD information will be displayed in your shipment data:
{ "shipments": [ { "id": "00340434657234111097", "service": "parcel-de", "origin": { "address": { "countryCode": "DE" } }, "destination": { "address": { "countryCode": "DE" } }, "status": { "timestamp": "2024-07-02T07:21:00", "statusCode": "transit", "status": "PO", "description": "Being delivered.", "remark": "Being delivered." }, "estimatedTimeOfDelivery": "2024-07-02", "estimatedDeliveryTimeFrame": { "estimatedFrom": "2024-07-02T09:00:00", "estimatedThrough": "2024-07-02T10:30:00" } } ] }
In this example, the shipment is scheduled to be delivered on July 2, 2024, with an estimated delivery time frame between 09:00 AM and 10:30 AM.
Key Benefits
- Increased Accuracy: Know the exact day and time frame your shipment will arrive.
- Improved Planning: Plan your day better with a precise delivery window.
- Enhanced Transparency: Stay informed about the status and progress of your shipment.
We believe this new feature will greatly enhance your shipping experience by providing timely and accurate delivery information. Thank you for choosing our service, and we look forward to continually improving to meet your needs.
For any questions or further assistance, please contact our support.
Best Regards
Benjamin Baschab
API Center of Excellence
DHL Group
Heinrich-Brüning-Str. 5
53113 Bonn
Germany
You are receiving this message because you have subscribed to notifications on the DHL API Developer Portal. If you want to unsubscribe from notifications click here: Cancel Subscription