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
0
votes
1 answer

401 error using Authentification on DHL-SOAP API with zeep

regarding Authentification on DHL-SOAP API with zeep i tried authenticating with the code provided by derAndre. but for me it didn't worked. i am just trying to get the "getVersion" operation but it failed because of the Authentification. But if i…
Bjoern
  • 3
  • 3
0
votes
2 answers

How to get response from DHL Api to browser

i have problem with api from dhl, i create GET api from dhl, when print in console, result will print, but when using browser i got response like this : com.squareup.okhttp.internal.http.RealResponseBody@68bd3d26 this my code…
0
votes
0 answers

Authentication Error while trying to get the DHL Interface to run

I've been trying to get the DHL interface up and running for some time now. Unfortunately, there is already a lack of authentication. Request: client_id == AppID client_secret = AppToken var client = new…
Oledede
  • 1
  • 3
0
votes
1 answer

DHL Api integration with C#

I'm trying to implement the DHL API for Tracking Package. Everything is working fine, i receive the data form DHL server, but, i can not undestand how should use the MessageTime and MessageReference Value in the request, what should i put in each of…
0
votes
0 answers

How to fix blank data problem using kofax rpa DA or loop over browser content using DA?

I need to loop over on DHL courier service add multiple package section. There are multiple row of input from Excel for add packaging. I use Chrome browser and add the required data using Kofax RPA Desktop automation from that Excel file. I loop…
Anjan Biswas
  • 701
  • 1
  • 10
  • 23
0
votes
1 answer

How to call DHL tracking number lookup Service?

In my Magento code we have UPS hyperlink which has some parameters including tracking number when we click on that link it takes us to UPS site where we can the status for that passed tracking number. I want the same functionality for DHL tracking…
summu
  • 388
  • 2
  • 7
  • 25
0
votes
1 answer

DHL XML API Integration error "SV012a" and "SV014a"

Well, actually I am doing some steps by using the API with our application. (Note: I have taken all the below details from testing xml file provided by DHL Toolkit apart from Shipping and Billing Account Number) use…
Virb
  • 1,639
  • 1
  • 16
  • 25
0
votes
2 answers

Enabling DHL Marketplace in Magento 2

How can I add DHL Market Place in my Magento 2 admin? Been searching on how to enable it but can't find any solution. Should I just copy the download file into the app folder? or do I need to go to the admin panel? Note: Beginner here
MadzQuestioning
  • 3,341
  • 8
  • 45
  • 76
0
votes
1 answer

How to consume a DHL API (Germany)

I am trying to track a shipment to get the status and date of it. For that I was checking the DHL documentation from the site in Germany, but is not really good to be honest. Anyways, there's a testsuite which I downloaded and read, and there they…
Daniel Soublett
  • 849
  • 2
  • 8
  • 23
0
votes
1 answer

DHL PHP Express (DHL Global Webservices)

Hy all! I try to do DHL Express, but I get caught up very much with DHL not really wanting to help. So I would like to ask for help. And since I do not get back tracking numbers for anything just underlying XML, so I would like to ask for help.…
Grecz Balázs
  • 23
  • 2
  • 7
0
votes
1 answer

DHL ship label creation through PHP cUrl is not working

I want to create shipping label (in pdf) via DHL. So, I have created the required xml format and post the same through PHP cUrl. $message_ref = ''; for ($i=0; $i< 30; $i++) { $message_ref .= rand(0, 9); } $message_time = date("Y-m-d") . "T"…
0
votes
1 answer

PHP: Connecting to the DHL ELP webservices with authentication

I am trying to connect to the DHL ELP webservices in PHP with basic authentication. How do I sent the username and password with PHP and authenticate myself to the webservices of DHL? In SOAP UI i am able to connect and make a…
Sergio
  • 85
  • 1
  • 10
0
votes
1 answer

DHL Webservice Security issue

I'm trying to connect DHL Webservice searchLocations DHL wsdl:https://standorte.deutschepost.de/webservice/?wsdl Here the code I'm using (just trying to test it ), I always get this exception…
JavaMind
  • 11
  • 1
  • 6
0
votes
0 answers

How to (re)generate and find dhl tracking number

Does anyone know the algorithm to (re)generate DHL tracking number? Like that one to calculate a Barcode from most shops, fortunately because they are standardized by the EU (if I don't mix up things). Maybe this algorithm is privacy-protected by…
kasper2083
  • 11
  • 3
0
votes
1 answer

get DHL tracking statuses

Please help me to figure out what PHP API or PHP script should I use to get from DHL the shipment statuses having only available DHL Tracking Codes provided by the logistic company which fulfill shipping of our orders from e-commerce website. My…
Sergiu Costas
  • 530
  • 4
  • 8
  • 26