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
3
votes
2 answers

DHL SOAP Request

I'm trying to use the API from DHL to add shipment details and get a label in return. I'm using the soapbox with SoapUI and be able to make requests. Now I want to do this in Python. I'm not really sure about the steps. I stumbled across this: DHL…
Georg
  • 71
  • 7
3
votes
1 answer

Authentification on DHL-SOAP API with zeep

I just started working with one of the DHL-SOAP APIs and use zeep to run requests against the API. The API expects and Element Authentification like this: ... USER
LetItBeAndre
  • 151
  • 1
  • 10
3
votes
1 answer

DHL Shipping Charges

I am trying to get the shipping charges. Here is my request:
Mehravish Temkar
  • 4,275
  • 3
  • 25
  • 44
3
votes
0 answers

How to get shipping charge in DHL

I cant able to get shipping charge in DHL. I know that shipping charge is only get when rated is Yes and service is dutiable in PLT service. But my question is without using dutiable or non-dutiable how can I get shipping charge. TECHNICALLY In…
Virbhadrasinh
  • 529
  • 6
  • 19
3
votes
2 answers

DHL API Integration

In my website I want to implement a rate calculator of DHL. I want to add 3 fields: Origin Destination and Weight These 3 values will be sent to DHL server and in return I want to have the RATE. How can I do that ?
user3863269
  • 31
  • 1
  • 2
2
votes
1 answer

DHL CreateShipmentOrder XML API

I'm trying to integrate the DHL CreateShipmentOrder API. When I send the document prepared by DHL with the Soap UI program, it works correctly. My code and the returned result are as follows. When I contacted DHL, I could not reach the result. Can…
2
votes
1 answer

Using python-requests to get tracking details from DHL

I'm trying to create a script to get all the tracking details of all orders from our company via DHL API. I tried to execute the below script to connect to the DHL API. import requests import json import http.client # Replace with the correct…
Sandeep
  • 671
  • 2
  • 7
  • 30
2
votes
1 answer

SOAP call with PHP WSDL and HTTP Authentication

I am a beginner in programming and have a problem with a soap call. I would like to get 64based shipment labels from DHL. I usually work with Rest but DHL do only has SOAP in Germany. I get this error: SOAP-ENV:ServerUncaught SoapFault exception:…
Samuel Zeh
  • 21
  • 1
  • 2
2
votes
0 answers

DHL Intraship Rate

Currently i am working in DHL Intraship shipping integration using https://www.dhl-geschaeftskundenportal.de I need shipping rate calculator, in the soap i am not able to find get quote method Methods (15): bookPickup(ns1:Version Version,…
Prakash Kumar
  • 2,554
  • 2
  • 18
  • 28
2
votes
1 answer

Getting shipping price in specific currency on Shippo

When using Shippo API for buying postage and printing shipping labels, shipping rates are returned in the currency of the country you're shipping from. So if you're shipping from Europe they will show in Euro, if you're shipping from United States…
Mikhail
  • 198
  • 7
2
votes
0 answers

DHL XML Services - Book Pick Up - Error 108 System Unavailable

I am trying to use DHL XML Service to request pickup. But after giving value and using the following code I am getting error which is Error108System Unavailable. How can I resolve this issue. Is it due to error in code or the server is not…
Adi's
  • 104
  • 1
  • 1
  • 16
1
vote
1 answer

DHL's Tracking API (Shipment Tracking - Unified) Suddenly Returns 404 Statuses

As of April 28th, 2023, DHL's Unified Shipment Tracking API started returning 404 statuses for all calls to this endpoint using a tracking number that used to return a 200…
1
vote
1 answer

Authentification in the DHL-SOAP API

I would like to make a CreateShipmentOrderRequest call, unfortunately I always get back a response "login failed". I think the authentication that is specified within the XML header is missing:
1
vote
1 answer

DHL Shipment label API Auth

Right now, i am trying to use the DHL Shipment Label API Shipment Label API Docs But i cannot seem to find on the Auth request, what is the client_id and the client_secret The only thing i have from my registered app is the API_KEY and the…
filipe
  • 139
  • 2
  • 17
1
vote
1 answer

Unable to manifest shipment for dhl ecommerce through Easypost

Using dhl ecommerce carrier of easypost.Using their official php sdk. Not able to create manifest as I cannot buy the shipment without rate. Type: EasyPost\Error Message: No rates found. Filename:…
1
2 3 4