Questions tagged [dhl]

This topic could be helpful for application developers integrating their systems with DHL APIs.

Explore DHL logistics solutions and learn more about the APIs in the Developer Portal: https://developer.dhl.com

51 questions
1
vote
1 answer

Get all tracking numbers from DHL done by my company

I need to get the DHL tracking details of all orders done by my company.My company is an e-commerce company who ships more than 200-500 orders per day via DHL. Our requirement is to get the tracking details of those orders using DHL API.I have…
Linu
  • 589
  • 1
  • 10
  • 23
1
vote
0 answers

DHL Shipment request getting 500 not found error

i have created shipment request to dhl for shipment label in form of image/pdf,but i am getting 500 not found error,but when i do rate request it works, following is my code i have added soap security header then also getting unauthorized request…
HARSHAD557
  • 41
  • 8
1
vote
2 answers

Java WSDL DHL Classes

I have create Java Classes from the DHL WSDL https://cig.dhl.de/cig-wsdls/com/dpdhl/wsdl/geschaeftskundenversand-api/2.2/geschaeftskundenversand-api-2.2.wsdl. Now i have all Classes, but no Authentifaction Class. I try this …
Metti
  • 85
  • 1
  • 8
1
vote
1 answer

email notification for DHL/Fedex shipment tracking

I am looking for a idea/suggestion/solution on DHL/Fedex shipment tracking. I want to be notified by email immediately whenever there is any change of status in the shipment in order to avoid going repeatedly on the DHL/Fedex website to know the…
Joe Muller
  • 11
  • 3
1
vote
1 answer

Magento DHL Domestic Shipping Not Working

I have integrated DHL method into magento 1.9.2.4 and having one problem in it. my origin country is AE and when I try to order something in same country that is AE then DHL method is not working for all other countries its working. I have contacted…
Danish Jamshed
  • 101
  • 1
  • 11
1
vote
1 answer

PDFBox printing with PrintPDF command line tool

I am using DHL Shipping (XML) API in order to request DHL shipments and automatically print the responded shipping label. This is how the system works: The DHL response XML contains a base64-encoded pdf that contains: Page 1. The Shipping Label…
Peter Huson
  • 55
  • 1
  • 8
0
votes
0 answers

DHL Tracking API with webhooks and how to get early access

There's a DHL developer support article about their upcoming 'push notifications' tracking API. I think webhooks might be a clearer term. The article invites developers to contact DHL support for early access. Their reply to my request included a…
0
votes
1 answer

DHL API > how to pass the parameter printFormat

I use the current REST API 2.1.1 of DHL Paket DE Versenden (Post & Paket Deutschland). There i can pass a parameter namend printFormat to specify the label size. But I do not know where exactly to pass the printFormat. When I pass it by the header…
0
votes
1 answer

VBA Rest API - DHL Return label - 401

I am trying to create a return shipping DHL parcel label with provided DHL api in the sandbox: https://developer.dhl.com/api-reference/parcel-de-returns-post-parcel-germany#get-started-section/user-guide With postman it works. But I would like to…
Alex
  • 1
0
votes
0 answers

Pandas, normalize nested JSON @ DHL Express Tracking Request

I've a little issue with the JSON Respond below. Pandas normalizes everything as it should be, except of the nested events within the JSON. Doesnt matter if i set a Normalize-Level or not, the Output stays the same. Any help on that would be…
0
votes
0 answers

401.0000007 Error while trying to get the DHL Interface C# code. Followed DHL document

I have been trying to connect to DHL interface but i cannot get the token access key from C# code. here is my current code. Please let me know if you have a solution - RestClient client = new RestClient(); client.ClearHandlers(); …
0
votes
1 answer

Track delivery status of DHL via form

I have a question. I have the following PHP script
Bjoern
  • 3
  • 2
0
votes
1 answer

PHP / DHL Soap Web service

i'm facing an issue with DHL Soap Web services. I'm trying to create a test request with a basic web service (getRateRequest), but always getting an error about authentication. I think the problem is related to Soap Basic Authentication required by…
Francesco
  • 189
  • 1
  • 1
  • 10
0
votes
1 answer

Get the status of DHL and Hermes Shipments via API using Python

Our company is doing a shipment of more than 3000 orders per day and now , we need to get the status of individual shipments send by DHL and Hermes carriers. We have the tracking numbers with us and the order numbers that is send to DHL or…
Linu
  • 589
  • 1
  • 10
  • 23
0
votes
1 answer

IE error when redirecting to DHL tracking site: The value of the property dcsMultiTrack is null or undefined, not a Function Object

I ran into a browser-specific error when trying to redirect to DHL tracking site from my app I have this key in the AppSettings in my web.config file
AngryOtter
  • 149
  • 9