dhl / module-versenden-m1
DHL business customer shipping extension for Magento
Package info
github.com/netresearch/dhl-module-versenden-m1
Type:magento-module
pkg:composer/dhl/module-versenden-m1
Requires
- php: ^8.1
- dhl/sdk-api-parcel-de: ^1.3
- guzzlehttp/guzzle: ^7.0
- magento-hackathon/magento-composer-installer: ^4.0
Requires (Dev)
- ecomdev/ecomdev_phpunit: dev-master
- macopedia/phpstan-magento1: ^1.1
- magento-ecg/coding-standard: ^4.0
- phpcompatibility/php-compatibility: ^9.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- squizlabs/php_codesniffer: ^3.0
README
The DHL Versenden extension for Magento 1 integrates the DHL Parcel DE Shipping API (REST) into the order processing workflow.
Facts
- extension key: Dhl_Versenden
- extension on GitHub
Description
This extension enables merchants to request shipping labels for incoming orders via the DHL Parcel DE Shipping API (REST).
Features:
- Request shipping labels for national and international shipments.
- Select additional shipping services.
- Request additional documents such as export documents or return labels.
Requirements
- PHP ^8.1
Compatibility
- OpenMage LTS 20.x
Installation Instructions
Install the extension via composer:
composer require dhl/module-versenden-m1
Clear the cache, logout from the admin panel and then login again.
More information on configuration and integration into custom themes can be found in the documentation.
Uninstallation
-
Remove all extension files from your Magento installation
-
Clean up the database.
ALTER TABLE
sales_flat_quote_addressDROP COLUMNdhl_versenden_info;ALTER TABLE
sales_flat_order_addressDROP COLUMNdhl_versenden_info;DELETE FROM
core_config_dataWHEREpathLIKE 'carriers/dhlversenden/%';DELETE FROM
core_resourceWHEREcode= 'dhl_versenden_setup';
Support
In case of questions or problems, please have a look at the Support Portal (FAQ) first.
If the issue cannot be resolved, you can contact the support team via the Support Portal or by sending an email to dhl.support@netresearch.de.
Developer
Licence
OSL - Open Software Licence 3.0
Copyright
(c) 2026 DHL Paket GmbH