Shippy provides the following feature support for DHL Express.
To use DHL Express, you'll need to connect to their API.
clientId
with the Shippy carrier.username
with the Shippy carrier.password
with the Shippy carrier.accountNumber
with the Shippy carrier.use verbb\shippy\carriers\DHLExpress;
new DHLExpress([
'isProduction' => false,
'clientId' => '•••••••••••••••••••••••••••••••••••',
'username' => '••••••••••••••••',
'password' => '••••••••••••••••',
'accountNumber' => '••••••••••••••••',
]);