mydhl.express.dhl Open in urlscan Pro
2.16.214.221  Public Scan

Submitted URL: https://www.dhl.be/nl/express.html
Effective URL: https://mydhl.express.dhl/be/nl/home.html
Submission: On March 04 via api from BE — Scanned from DE

Form analysis 5 forms found in the DOM

Name: locationSearchForm

<form name="locationSearchForm" class="country__search-form ng-pristine ng-valid" ng-submit="locationSearchCtrl.selectCountry()" ewf-form="locationSearchForm">
  <div ewf-field="locationSearchKeyword" class="ng-scope">
    <span class="field">
      <i class="dhlicon-search country__search-icon"></i>
      <input type="text" autocomplete="off" name="searchKeyword" class="search-field country__search input input_width_full ng-pristine ng-valid ng-valid-ewf-valid ng-empty" placeholder="Snel filter" ng-model="locationSearchCtrl.searchKeyword"
        ewf-input="">
      <span class="validation-mark"></span>
    </span>
    <div ewf-validation-errors="" class="ng-scope"></div>
  </div>
</form>

<form role="form" novalidate="" class="ng-pristine ng-invalid ng-invalid-required">
  <strong class="label"> SNEL TRACEREN </strong>
  <div ewf-tracking-input="" ewf-tracking-input-numbers="trackingPopupCtrl.trackingNumbers" ewf-tracking-input-class="textarea" ewf-tracking-input-placeholder="'Voer tot 10 nummers in, gescheiden door een komma of een enter'"
    class="ng-isolate-scope">
    <label ewf-control="" ewf-error-messages="trackingInputCtrl.trackingErrors" class="form-row"><span class="field-wrapper ng-scope"><textarea name="trackingNumbers" required=""
          placeholder="Voer tot 10 nummers in, gescheiden door een komma of een enter" ng-model="trackingInputCtrl.trackingNumbers" ng-class="trackingInputCtrl.inputClass" ewf-tracking-numbers="" aqa-id="trackByNumberTextArea"
          class="ng-scope textarea textarea_width_full ng-pristine ng-invalid ng-invalid-required ng-valid-tracking-numbers ng-empty"></textarea>&nbsp;<span class="validation-mark"></span>
        <div class="msg-error ng-scope" ewf-control-errors="trackingNumbers" ewf-error-messages="trackingInputCtrl.trackingErrors">
          <!-- ngRepeat: error in controlErrorsCtrl.getErrors() track by $index -->
          <div ng-repeat="error in controlErrorsCtrl.getErrors() track by $index" ng-bind="error" class="ng-binding ng-scope">Vrachtbrief/Waybill of tijdelijk ID nr nodig</div>
          <!-- end ngRepeat: error in controlErrorsCtrl.getErrors() track by $index -->
        </div>
      </span></label>
  </div>
  <div class="tracking-popup__btn-wrap v2-tracking-popup__btn-wrap">
    <button type="submit" class="btn btn_success btn_small " data-tracking="{'type':'trackingPopup','title':{'en': 'Track shipments'}}" ewfc-submit="trackingPopupCtrl.trackShipments()" aqa-id="submitTrackingNumbersBtn"> Traceren </button>
  </div>
</form>

Name: loginForm

<form name="loginForm" novalidate="novalidate" class="fancy-form-container ng-pristine ng-invalid ng-invalid-ewf-valid" role="form" aqa-id="popupLoginForm">
  <div class="loginContainer_title">
    <!-- ngIf: loginCtrl.notification -->
  </div>
  <div ewf-form-errors="" class="ng-scope">
    <!-- ngRepeat: errorMessage in formErrorsCtrl.formCtrl.formErrors -->
  </div>
  <!-- ngIf: loginCtrl.userInactive -->
  <div ewf-field="username" class="ng-scope">
    <label class="field-wrapper login-form__input">
      <input class="input input_width_full required fancy-form-input ng-pristine ewf-email-validation ewf-required ng-valid-email ng-invalid ng-invalid-ewf-valid ng-empty" id="popup_form_username" name="username" type="email" autofocus=""
        autocomplete="off" ng-model="loginCtrl.username" ng-model-options="{ updateOn: 'blur'}" ewf-input="" ewf-input-no-char-validation="true" ewf-validate-required="" ewf-validate-required-message="E-mailadres vereist" ewf-validate-email=""
        ewf-watch-input-value="" aqa-id="loginFormUserNameField">
      <span class="fancy-form-label-floating"> E-mailadres </span>
      <span class="validation-mark"></span>
      <!-- ngIf: fieldErrorsCtrl.getErrorMessages().length -->
      <div class="msg-error ng-scope" ng-if="fieldErrorsCtrl.getErrorMessages().length" aqa-id="rewardCardErrorMsgContainer" ewf-field-errors="">
        <!-- ngRepeat: errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index -->
        <div role="alert" ng-repeat="errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index" ng-bind-html="errorMessage.error | nls | replace: errorMessage.errorParams" class="ng-binding ng-scope">E-mailadres vereist</div>
        <!-- end ngRepeat: errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index -->
      </div><!-- end ngIf: fieldErrorsCtrl.getErrorMessages().length -->
    </label>
  </div>
  <div class="loginForm_passwordContainer  ng-scope" ewf-field="password">
    <div class="field-wrapper login-form__input">
      <label>
        <input class="input input_width_full required fancy-form-input ng-pristine ewf-length-validation ewf-pattern-validation ewf-required ng-invalid ng-invalid-ewf-valid ng-empty" id="popup_form_password" name="password" type="password"
          autocomplete="off" ng-model="loginCtrl.password" ng-model-options="{ updateOn: 'blur input'}" ewf-input-password="" ewf-input-no-char-validation="true" ewf-input="" ewf-validate-required="" ewf-validate-required-message="Vereist"
          ewf-validate-length="" ewf-validate-length-max="35" ewf-validate-length-message="Onjuist formaat" ewf-validate-pattern="PASSWORD" ewf-validate-pattern-message="Onjuist formaat" ewf-watch-input-value="" aqa-id="loginFormPasswordField">
        <span class="fancy-form-label-floating"> Wachtwoord </span>
        <span class="validation-mark"></span>
        <!-- ngIf: fieldErrorsCtrl.getErrorMessages().length -->
        <div class="msg-error ng-scope" ng-if="fieldErrorsCtrl.getErrorMessages().length" aqa-id="rewardCardErrorMsgContainer" ewf-field-errors="">
          <!-- ngRepeat: errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index -->
          <div role="alert" ng-repeat="errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index" ng-bind-html="errorMessage.error | nls | replace: errorMessage.errorParams" class="ng-binding ng-scope">Vereist</div>
          <!-- end ngRepeat: errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index -->
        </div><!-- end ngIf: fieldErrorsCtrl.getErrorMessages().length -->
      </label>
      <a href="/be/nl/auth/forgot-password.html" class="left link_forgot-password margin-top" data-tracking="{'type':'forgotPasswordModal','title':{'en': 'Forgot password'}}" aqa-id="forgotPassword">

        Wachtwoord vergeten
    
    
</a>
    </div>
  </div>
  <label class="login-popup-remember checkbox">
    <input type="checkbox" value="checkbox" class="checkbox__input ng-pristine ng-valid ng-not-empty" ng-model="loginCtrl.rememberMe" aqa-id="rememberMe">
    <span class="label"> Onthoud mij <div class="info">
        <div>DHL zal uw e-mailadres op een veilige manier onthouden en opslaan op uw huidige apparaat.</div>
      </div>
    </span>
  </label>
  <button type="submit" class="btn btn_width_full fancy-form-button login-popup-button" data-tracking="{'type':'login','title':{'en': 'Login'}}" ewfc-submit="loginCtrl.logIn()" ewfc-submit-on-error="loginCtrl.onLoginSubmitError(submitError)"
    aqa-id="loginButton">
    <i class="dhlicon-lock"></i> Login </button>
  <span class="fw-bold"> Niet geregisteerd? </span>
  <a ng-href="/be/nl/registration.html" data-tracking="{'type':'registrationModal','title':{'en': 'Register now'}}" aqa-id="registration-start" href="/be/nl/registration.html">

        Registreer nu
    
    
</a>
</form>

<form autocomplete="off" class="ng-pristine ng-invalid ng-invalid-ewf-valid">
  <label ng-form="countryCtrl.countryForm" ewf-form="" class="ng-pristine ng-invalid ng-invalid-ewf-valid">
    <span class="field-wrapper country-autocomplete ui-front ng-scope" ewf-field="countryName" ewf-move-errors-under-dropdown="" ewf-move-errors-under-dropdown-input-selector=".fancy-form-input"
      ewf-move-errors-under-dropdown-dropdown-selector=".ui-front.ui-autocomplete" ewf-move-errors-under-dropdown-additional-margin="1" ewf-move-errors-under-dropdown-type="autocomplete">
      <input id="" class="input dropdown-component fancy-form-input ng-isolate-scope ng-pristine ui-autocomplete-input ng-invalid ng-invalid-ewf-valid ewf-required ng-empty input_width_full ng-blur" autocomplete="off" name="countryName"
        ng-class="countryCtrl.inputStyleClass" ng-model="countryCtrl.countryName" ng-disabled="countryCtrl.disabled" ng-paste="countryCtrl.dropSelection($event)" ng-keydown="countryCtrl.dropSelection($event)" ng-blur="countryCtrl.setCountryOnBlur()"
        ewf-fancy-typeahead="" ewf-fancy-typeahead-data-tracking="Choose country:" ewf-input="" ewf-input-no-char-validation="true" ewf-validate-required="countryCtrl.required" ewf-validate-attribute=""
        ewf-validate-attribute-validator="countryCtrl.countryCodeValidator" ewf-validate-attribute-message="Ongeldige invoer" aqa-id="country">
      <i class="country-autocomplete__flag flag flag_null" ng-class="'flag_' + countryCtrl.countryCode"></i>
      <!-- ngIf: !countryCtrl.placeholder --><span class="fancy-form-label-floating ng-scope" ng-if="!countryCtrl.placeholder"> Land/Gebied </span><!-- end ngIf: !countryCtrl.placeholder -->
      <!-- ngIf: countryCtrl.placeholder -->
      <span class="validation-mark"></span>
      <!-- ngIf: fieldErrorsCtrl.getErrorMessages().length -->
      <div class="msg-error ng-scope" ng-if="fieldErrorsCtrl.getErrorMessages().length" aqa-id="rewardCardErrorMsgContainer" ewf-field-errors="" style="top: 1px;">
        <!-- ngRepeat: errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index -->
        <div role="alert" ng-repeat="errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index" ng-bind-html="errorMessage.error | nls | replace: errorMessage.errorParams" class="ng-binding ng-scope">Ongeldige invoer</div>
        <!-- end ngRepeat: errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index -->
      </div><!-- end ngIf: fieldErrorsCtrl.getErrorMessages().length -->
      <ul id="ui-id-1" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" style="display: none;"></ul>
    </span>
  </label>
</form>

<form autocomplete="off" class="ng-pristine ng-invalid ng-invalid-ewf-valid">
  <label ng-form="countryCtrl.countryForm" ewf-form="" class="ng-pristine ng-invalid ng-invalid-ewf-valid">
    <span class="field-wrapper country-autocomplete ui-front ng-scope" ewf-field="countryName" ewf-move-errors-under-dropdown="" ewf-move-errors-under-dropdown-input-selector=".fancy-form-input"
      ewf-move-errors-under-dropdown-dropdown-selector=".ui-front.ui-autocomplete" ewf-move-errors-under-dropdown-additional-margin="1" ewf-move-errors-under-dropdown-type="autocomplete">
      <input id="" class="input dropdown-component fancy-form-input ng-isolate-scope ng-pristine ui-autocomplete-input ng-invalid ng-invalid-ewf-valid ewf-required ng-empty input_width_full ng-blur" autocomplete="off" name="countryName"
        ng-class="countryCtrl.inputStyleClass" ng-model="countryCtrl.countryName" ng-disabled="countryCtrl.disabled" ng-paste="countryCtrl.dropSelection($event)" ng-keydown="countryCtrl.dropSelection($event)" ng-blur="countryCtrl.setCountryOnBlur()"
        ewf-fancy-typeahead="" ewf-fancy-typeahead-data-tracking="Choose country:" ewf-input="" ewf-input-no-char-validation="true" ewf-validate-required="countryCtrl.required" ewf-validate-attribute=""
        ewf-validate-attribute-validator="countryCtrl.countryCodeValidator" ewf-validate-attribute-message="Ongeldige invoer" aqa-id="country">
      <i class="country-autocomplete__flag flag flag_null" ng-class="'flag_' + countryCtrl.countryCode"></i>
      <!-- ngIf: !countryCtrl.placeholder --><span class="fancy-form-label-floating ng-scope" ng-if="!countryCtrl.placeholder"> Land/Gebied </span><!-- end ngIf: !countryCtrl.placeholder -->
      <!-- ngIf: countryCtrl.placeholder -->
      <span class="validation-mark"></span>
      <!-- ngIf: fieldErrorsCtrl.getErrorMessages().length -->
      <div class="msg-error ng-scope" ng-if="fieldErrorsCtrl.getErrorMessages().length" aqa-id="rewardCardErrorMsgContainer" ewf-field-errors="" style="top: 1px;">
        <!-- ngRepeat: errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index -->
        <div role="alert" ng-repeat="errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index" ng-bind-html="errorMessage.error | nls | replace: errorMessage.errorParams" class="ng-binding ng-scope">Ongeldige invoer</div>
        <!-- end ngRepeat: errorMessage in fieldErrorsCtrl.getErrorMessages() track by $index -->
      </div><!-- end ngIf: fieldErrorsCtrl.getErrorMessages().length -->
      <ul id="ui-id-2" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" style="display: none;"></ul>
    </span>
  </label>
</form>

Text Content

 * 
   
 * Afghanistan
   
 * Albania
   
 * Algeria
   
 * American Samoa
   
 * Andorra
   
 * Angola
   
 * Anguilla
   
 * Antigua and Barbuda
   
 * Argentina
   
 * Armenië
   
 * Aruba
   
 * Australia
   
 * Austria
   
 * Azerbeidzjan
   
 * Bahamas
   
 * Bahrain
   
 * Bangladesh
   
 * Barbados
   
 * Belarus
   
 * Belgium
   
 * Belize
   
 * Benin
   
 * Bermuda
   
 * Bhutan
   
 * Bolivia
   
 * Bonaire
   
 * Bosnia and Herzegovina
   
 * Botswana
   
 * Brazil
   
 * Brunei
   
 * Bulgaria
   
 * Burkina Faso
   
 * Burundi
   
 * Cambodia
   
 * Cameroon
   
 * Canada
   
 * Canary Islands
   
 * Cayman Islands
   
 * Central African Republic
   
 * Chad
   
 * Chile
   
 * China
   
 * Colombia
   
 * Congo
   
 * Congo, Democratic Republic of
   
 * Cook Islands
   
 * Costa Rica
   
 * Cote D Ivoire
   
 * Croatia
   
 * Cuba
   
 * Curacao
   
 * Cyprus
   
 * Czech Republic
   
 * Denmark
   
 * Djibouti
   
 * Dominica
   
 * Dominican Republic
   
 * Ecuador
   
 * Egypt
   
 * El Salvador
   
 * Equatorial Guinea
   
 * Estonia
   
 * Ethiopia
   
 * Falkland Islands
   
 * Faroe Island
   
 * Fiji
   
 * Finland
   
 * France
   
 * Gabon
   
 * Gambia
   
 * Georgia
   
 * Germany
   
 * Ghana
   
 * Gibraltar
   
 * Greece
   
 * Greenland
   
 * Grenada
   
 * Guadeloupe
   
 * Guam
   
 * Guatemala
   
 * Guernsey
   
 * Guinea Republic
   
 * Guinea-Bissau
   
 * Guyana (British)
   
 * Guyana (French)
   
 * Haiti
   
 * Honduras
   
 * Hong Kong SAR, China
   
 * Hungary
   
 * Iceland
   
 * India
   
 * Indonesia
   
 * Iran
   
 * Iraq
   
 * Ireland
   
 * Israel
   
 * Italy
   
 * Jamaica
   
 * Japan
   
 * Jersey
   
 * Jordan
   
 * Kazakhstan
   
 * Kenya
   
 * Kiribati
   
 * Kosovo
   
 * Kuwait
   
 * Kyrgyzstan
   
 * Laos
   
 * Latvia
   
 * Lebanon
   
 * Lesotho
   
 * Liberia
   
 * Libya
   
 * Liechtenstein
   
 * Lithuania
   
 * Luxembourg
   
 * Macao SAR, China
   
 * Madagascar
   
 * Malawi
   
 * Malaysia
   
 * Maldives
   
 * Mali
   
 * Malta
   
 * Marshall Islands
   
 * Martinique
   
 * Mauritania
   
 * Mauritius
   
 * Mayotte
   
 * Mexico
   
 * Micronesia
   
 * Moldova, Republic of
   
 * Monaco
   
 * Mongolia
   
 * Montenegro
   
 * Montserrat
   
 * Morocco
   
 * Mozambique
   
 * Myanmar
   
 * Namibia
   
 * Nauru
   
 * Nepal
   
 * Netherlands
   
 * Nevis
   
 * New Caledonia
   
 * New Zealand
   
 * Nicaragua
   
 * Niger
   
 * Nigeria
   
 * Niue
   
 * Noordelijke Mariana Eilanden
   
 * North Korea
   
 * North Macedonia
   
 * Norway
   
 * Oman
   
 * Pakistan
   
 * Palau
   
 * Panama
   
 * Papua New Guinea
   
 * Paraguay
   
 * Peru
   
 * Philippines
   
 * Poland
   
 * Portugal
   
 * Puerto Rico
   
 * Qatar
   
 * Reunion, Island of
   
 * Romania
   
 * Russia
   
 * Rwanda
   
 * Samoa
   
 * San Marino
   
 * Sao Tome and Principe
   
 * Saudi Arabia
   
 * Senegal
   
 * Serbia
   
 * Seychelles
   
 * Sierra Leone
   
 * Singapore
   
 * Slovakia
   
 * Slovenia
   
 * Solomon Islands
   
 * Somalia
   
 * Somaliland
   
 * South Africa
   
 * South Korea
   
 * South Sudan
   
 * Spain
   
 * Sri Lanka
   
 * St. Barthelemy
   
 * St. Eustatius
   
 * St. Kitts
   
 * St. Lucia
   
 * St. Maarten
   
 * St. Vincent
   
 * Sudan
   
 * Suriname
   
 * Swaziland
   
 * Sweden
   
 * Switzerland
   
 * Syria
   
 * Tahiti
   
 * Taiwan, China
   
 * Tajikistan
   
 * Tanzania
   
 * Thailand
   
 * Timor Leste
   
 * Togo
   
 * Tonga
   
 * Trinidad & Tobago
   
 * Tunisia
   
 * Turkey
   
 * Turkmenistan
   
 * Turks and Caicos Islands
   
 * Tuvalu
   
 * Uganda
   
 * Ukraine
   
 * United Arab Emirates
   
 * United Kingdom
   
 * United States of America
   
 * Uruguay
   
 * Uzbekistan
   
 * Vanuatu
   
 * Venezuela
   
 * Vietnam
   
 * Virgin Islands (British)
   
 * Virgin Islands (US)
   
 * Yemen
   
 * Zambia
   
 * Zimbabwe
   

English Dutch Français
 * Help en Support
 * Vind een locatie
 *  * Quick Links
      
    * Bereken tarief en transittijd
      
    * Traceer uw zendingen
      
    * Bezorgservices
      

 * 
   



Home Verzenden
 * Start nu
   
 * Nieuwe zending aanmaken
   
   
   
 * Bereken tarief en transittijd
   
   
   
 * Boek een koerier pick-up
   
   
 * Verzendmaterialen bestellen
   


 * ONTDEK
   
   Bezorgservices
   Optionele services
   Douane
   Toeslagen
   Oplossingen


 * MYDHL+ LEER
   
   Over MyDHL+
   Wat is er nieuw met MyDHL+

Traceren
SNEL TRACEREN
 
Vrachtbrief/Waybill of tijdelijk ID nr nodig
Traceren

Volg uw zending op nummer of
referentie
, krijg status notificaties en krijg een bewijs van aflevering.

Inzicht houden in uw zendinghistorie? Registreer vandaag voor MyDHL+!

Registreren Login
Login
E-mailadres
E-mailadres vereist
Wachtwoord
Vereist
Wachtwoord vergeten
Onthoud mij
DHL zal uw e-mailadres op een veilige manier onthouden en opslaan op uw huidige
apparaat.
Login Niet geregisteerd? Registreer nu






Belangrijke informatie 4
Belangrijke informatie


WELKOM BIJ


DHL EXPRESS


SNEL, DEUR-TOT-DEUR, KOERIER BEZORGD


WELKOM BIJ


DHL EXPRESS


RUIM 50 JAAR ERVARING MET INTERNATIONAAL VERZENDEN


WELKOM BIJ


DHL EXPRESS


VERZENDEN NAAR MEER DAN 220 LANDEN EN GEBIEDSDELEN

Sorry - op dit accountnummer is het momenteel niet mogelijk om een pick-up te
boeken.
Start nu
   
 * Nieuwe zending aanmaken Nieuwe zending aanmaken
   
 * Bereken tarief en transittijd Bereken tarief en transittijd
   
 * Boek een koerier pick-up Boek een koerier pick-up
   

A

Land/Gebied
Ongeldige invoer
Van
B
Land/Gebied
Ongeldige invoer
Naar
Volgende

Geen accountnummer? Geen probleem! Betaal met creditcard of PayPal

Bereken snel een tarief en begin met verzenden

Bekijk verpakkings- en afleveropties



Bereken tarief Bezorgservices Vind een locatie
Traceer uw zendingen
Vrachtbrief/Waybill of tijdelijk ID nr nodig
Traceren

 * 
 * 
 * 
 * 
 * 

De reis van een pakket

Bekijk hoe uw pakket met DHL over de wereld reist. Bij iedere stap staan wij
voor u klaar.

Volg de Reis

DHL Express Delivers

Met een wereldwijd netwerk en lokale teams, bieden wij snelle deur-tot-deur
aflevering, overal ter wereld.

Onze services in één overzicht

Voor het eerst Internationaal Verzenden?

Wij zijn specialisten in internationaal verzenden! We geven graag tips en
advies, zodat u met alle vertrouwen kunt verzenden.

Vraag verzendadvies

Bereid uw zending voor

Gebruik onze handige verpakkingstips

Goed Verpakken

Onze Douane Expertise

Wij verzenden naar meer dan 200 landen en gebiedsdelen - niet voor niets hebben
wij een enorme douane expertise opgebouwd.

Douaneadvies





FLEXIBEL, KRACHTIG EN MAKKELIJK!

MYDHL+ MAAKT HET GEMAKKELIJKER DAN OOIT OM ONLINE TE VERZENDEN, OFFERTES TE
ONTVANGEN, AFHALINGEN TE PLANNEN, LOCATIES TE ZOEKEN, ZENDINGEN TE VOLGEN EN
MEER!

Zending aanmaken Maak een login aan Over MyDHL+ Wat is er nieuw

 * Verzend als een pro
   Bespaar tijd en krijg toegang tot alle handige functies voor snel en
   gemakkelijk verzenden. Dat vindt u alleen bij MyDHL+.
   Registreer en Verzend
 * Bespaar bij Regelmatig Verzenden
   Speciale tarieven, factureringsopties en nog veel meer: ontdek de voordelen
   van een DHL Express account
   Open een Account
 * Updates douaneregelgeving
   Blijf op de hoogte van belangrijke douaneregels van over de hele wereld!
   Laatste updates weergeven
 * Niet thuis? Gewijzigde plannen?
   Neem de controle over de bezorging van uw zending! Bepaal wanneer en waar u
   wilt dat wij bezorgen.
   Meer weten? Delivery Management
 * Worden Batterijen Meegenomen?
   Lithium en Ion Batterijen worden aangemerkt als Gevaarlijke Goederen. Zorg
   dat u de regels kent voordat u deze verzendt.
   Meer over Gevaarlijke Goederen
 * Flexibiliteit Voor Wat U Nodig Heeft
   Uw zending afgeleverd precies hoe u het wilt! Wij bieden flexibele
   aanvullende services voor verschillende verzendbehoeften.
   Meer weten? Optionele services
 * Ons Zero Emissions doel
   In ons nieuwe duurzaamheidsprogramma is ons doel om alle logistiek
   gerelateerde emissies tegen 2050 tot nul terug te brengen!
   Lees meer over onze duurzame services



EXPRESLEVERING & INTERNATIONAAL VERZENDEN

Snel. Deur-tot-deur. Koerier bezorgd.
 
Wanneer u verzendt met DHL Express, verzendt u met specialisten in international
verzending en koeriersdiensten! Met een breed aanbod van Express- en
pakketservices die aansluiten op uw verzendbehoeften en het online volgen uw
zending – DHL Express levert!
Sta Javascript toe en ververs de pagina om verder te gaan
Contact en support
Help en Support
FAQs
Neem contact op
Vind een locatie
Juridisch
Algemene Voorwaarden
Privacyverklaring
Meldingen
Fraudebewustzijn
Belangrijke informatie

Over DHL
Pers
Carrière
Wettelijke Kennisgeving

Volg ons
Cookie-instellingen 2024 © DHL Group - All rights reserved







PRIVACYVOORKEURENCENTRUM

Deze website maakt gebruik van cookies en soortgelijke technologieën (hierna
“technologieën”), die ons bijvoorbeeld in staat stellen te bepalen hoe vaak onze
internetpagina’s worden bezocht, het aantal bezoekers, onze aanbiedingen zo
gebruiksvriendelijk en efficiënt mogelijk in te richten en onze
marketinginspanningen te ondersteunen. In het kader van deze technologieën
kunnen gegevens worden doorgegeven aan derde leveranciers die gevestigd zijn in
landen zonder passend niveau van gegevensbescherming (bijv. de Verenigde
Staten). Voor nadere informatie, onder meer over de verwerking van gegevens door
derden en de mogelijkheid om uw toestemming op elk moment in te trekken,
verwijzen wij u naar uw instellingen onder “Toestemmingsvoorkeuren beheren” en
de volgende links

Privacymededeling Juridische kennisgeving

Alles accepterenSelectie bevestigen


TOESTEMMINGSVOORKEUREN BEHEREN

STRIKT NOODZAKELIJKE TECHNOLOGIEËN


Altijd actief
Strikt noodzakelijke technologieën

Deze technologieën worden gebruikt voor de goede werking van onze website en
kunnen niet worden uitgeschakeld.

Details‎

PRESTATIETECHNOLOGIEËN


Prestatietechnologieën

Deze technologieën verzamelen informatie over de manier waarop onze website
wordt gebruikt, zoals de gebruikte internetbrowser en het gebruikte
besturingssysteem, de domeinnaam van de website vanwaar u naar onze site bent
doorgestuurd, het aantal bezoeken, de gemiddelde tijd die u op de site
doorbrengt en de bekeken pagina’s.

Details‎

FUNCTIONELE TECHNOLOGIEËN


Functionele technologieën

Met deze technologieën kan de website keuzes die u maakt onthouden en
verbeterde, meer persoonlijke functies bieden. Deze technologieën kunnen
bijvoorbeeld worden gebruikt om het laatste trackingnummer dat u hebt ingevoerd
bij het gebruik van een trackingtoepassing te onthouden en op te slaan. De
informatie die deze technologieën verzamelen kan geanonimiseerd worden en ze
kunnen niet uw surfgedrag van andere websites bijhouden.

Details‎

ANALYTISCHE TECHNOLOGIEËN


Analytische technologieën

Wij gebruiken analytische technologieën om de kwaliteit van onze website en de
inhoud ervan te verbeteren. Analytische technologieën vertellen ons hoe de
website wordt gebruikt, zodat wij ons aanbod voortdurend kunnen optimaliseren.

Details‎

YOUTUBE-TECHNOLOGIEËN


YouTube-Technologieën

YouTube-technologieën worden gebruikt wanneer gebruikers webpagina’s oproepen
waarop ingesloten YouTube-video’s worden afgespeeld. Youtube.com is een platform
voor het hosten en delen van video’s en is eigendom van Google. Youtube.com
verzamelt gebruikersgegevens via ingesloten video’s die worden samengevoegd met
gegevens van andere Google-diensten om gerichte reclame weer te geven aan
websitebezoekers.

Details‎
Selectie bevestigen

Back Button

Back


PERFORMANCE COOKIES



Vendor Search Search Icon Filter Icon


Clear Filters

Information storage and access
Apply
Consent Leg.Interest

All Consent Allowed

Select All Vendors
Select All Vendors
Select All Hosts

 * View Cookies
   
   REPLACE-WITH-DYANMIC-HOST-ID
    * Name
      cookie name

Selectie bevestigen