{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["carrierMetadata"]},"type":"markdown"},"seo":{"title":"DHL Express","description":"itney Bowes Shipping API, developers can integrate features such as comparing shipping rates from multiple carriers, creating and purchasing shipping labels, tracking packages, scheduling pickups, managing returns, and accessing other shipping features. These APIs also offers a variety of shipping services, including international shipping and multi-carrier rate shopping, which allows developers to choose the best carrier and rate for each shipment.","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"dhl-express","__idx":0},"children":["DHL Express"]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"overview","__idx":1},"children":["Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DHL Express stands as a global courier and logistics company that offers international shipping and express delivery services renowned for their swift and dependable options. These encompass express airfreight, international parcel delivery, and an array of logistics solutions."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"registering-a-dhl-express-carrier-account","__idx":2},"children":["Registering a DHL Express Carrier Account"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To initiate the registration process for a DHL Express carrier account, users must possess the following pre-requisites:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["An Account Number"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Security Credentials in the form of a Username and Password"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To complete the onboarding of a DHL Express carrier account, an API request call is executed, encompassing all the essential details. Presented below is an example of such a request."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"dhl-express-sample-request","__idx":3},"children":["DHL Express Sample Request"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"{\n    \"accountNumber\": \"XXXXXXX\",\n    \"carrierID\": \"DHLEXP\",\n    \"description\": \"DHLEXP by API\",\n    \"carrierAccountType\": \"Shipping\",\n    \"provisioningType\": \"API\",\n    \"parameters\": {\n        \"username\": \"XXXXXXXX\",\n        \"password\": \"XXXXXXXX\"\n    }\n}\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Upon successful the request to establish the DHL Express carrier account, the ensuing response will resemble the provided Sample Response below."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"dhl-express-sample-response","__idx":4},"children":["DHL Express Sample Response"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"{\n    \"carrierAccountID\": \"BGkmpD7Lll7\",\n    \"description\": \"DHLEXP by API\",\n    \"carrierID\": \"DHLEXP\",\n    \"accountNumber\": \"XXXXXXX\",\n    \"parameters\": {\n        \"username\": \"XXXXXXXX\"\n    },\n    \"carrierAccountType\": \"Shipping\",\n    \"provisioningType\": \"API\"\n}\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"api-operations-for-shipping-with-dhl-express","__idx":5},"children":["API Operations for Shipping with DHL Express"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The APIs integrate with DHL Express through the following operations:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Operations"},"children":["Operations"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Method"},"children":["Method"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Resource Path"},"children":["Resource Path"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Add a Carrier Account"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/carrierAccounts"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Rate a Parcel"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/rates"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Create a Shipping Label"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["POST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/shipments"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Reprint a Label"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/shipments/{{shipmentId}}/reprint"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Void a Label"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PUT"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/shipments/{{shipmentId}}/cancel"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Get Tracking Information"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GET"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/api/v1/tracking/{{trackingNumber}}"]}]}]}]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"metadata","__idx":6},"children":["Metadata"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Metadata provides information about DHL carrier services, including origin and destination countries, supported carrier services, supported package types, and supported special services. Users can select specific origin and destination countries from the provided dropdown menu to dynamically view relevant metadata specific to those countries."]},{"$$mdtype":"Tag","name":"CarrierMetadata","attributes":{"carrierID":"DHLEXP"},"children":[]}]},"headings":[{"value":"DHL Express","id":"dhl-express","depth":1},{"value":"Overview","id":"overview","depth":2},{"value":"Registering a DHL Express Carrier Account","id":"registering-a-dhl-express-carrier-account","depth":2},{"value":"DHL Express Sample Request","id":"dhl-express-sample-request","depth":4},{"value":"DHL Express Sample Response","id":"dhl-express-sample-response","depth":4},{"value":"API Operations for Shipping with DHL Express","id":"api-operations-for-shipping-with-dhl-express","depth":2},{"value":"Metadata","id":"metadata","depth":2}],"frontmatter":{"title":"DHL Express","description":"DHL Express carrier description","tocMaxDepth":3,"seo":{"title":"DHL Express"}},"lastModified":"2026-05-15T13:59:45.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/shipping/carriers/overview/dhlexpress","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}