Carriers
DHL Express
Shippy provides the following feature support for DHL Express.
- Rates
- Tracking
- Labels
API Credentials
To use DHL Express, you'll need to connect to their API.
- Go to DHL Express and login to your account.
- From the Apps section, follow the prompts to create a new app.
- From the list of available APIs, select (as appropriate)
- DHL Express - MyDHL API
- Shipment Tracking - Unified
- Copy the API Key from DHL Express as the
clientIdwith the Shippy carrier. - Copy the Username from DHL Express as the
usernamewith the Shippy carrier. - Copy the Password from DHL Express as the
passwordwith the Shippy carrier. - Copy the Account Number from DHL Express as the
accountNumberwith the Shippy carrier.
use verbb\shippy\carriers\DHLExpress;
new DHLExpress([
'isProduction' => false,
'clientId' => '•••••••••••••••••••••••••••••••••••',
'username' => '••••••••••••••••',
'password' => '••••••••••••••••',
'accountNumber' => '••••••••••••••••',
]);
Last updated: May 2, 2026, 3:15:34 PM