Download the PHP package dhl/module-carrier-ecom-us without Composer
On this page you can find all versions of the php package dhl/module-carrier-ecom-us. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dhl/module-carrier-ecom-us
More information about dhl/module-carrier-ecom-us
Files in dhl/module-carrier-ecom-us
Package module-carrier-ecom-us
Short Description Carrier implementation for DHL eCommerce Solutions Americas
License OSL-3.0
Informations about the package module-carrier-ecom-us
DHL eCommerce Solutions Americas Carrier Extension
The DHL eCommerce US extension for Magento® 2 integrates the DHL eCommerce Solutions Americas API into the order processing workflow.
Description
This extension enables merchants to request shipping labels and tracking information for incoming orders via the DHL eCommerce Solutions Americas API.
Requirements
- PHP >= 7.1.0
Compatibility
- Magento >= 2.3.0+
Installation Instructions
Install sources:
composer require dhl/module-carrier-ecom-us
Enable module:
./bin/magento module:enable Dhl_EcomUs
./bin/magento setup:upgrade
Flush cache and compile:
./bin/magento cache:flush
./bin/magento setup:di:compile
Uninstallation
To unregister the carrier module from the application, run the following command:
./bin/magento module:uninstall --remove-data Dhl_EcomUs
composer update
This will automatically remove source files, clean up the database, update package dependencies.
To clean up the database manually, run the following commands:
DROP TABLE `dhlecomus_package`;
DELETE FROM `core_config_data` WHERE `path` LIKE 'carriers/dhlecomus/%';
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 [email protected].
License
OSL - Open Software Licence 3.0
Copyright
(c) 2021 DHL eCommerce Solutions
All versions of module-carrier-ecom-us with dependencies
ext-json Version *
dhl/module-unified-tracking Version ^2.0.1
dhl/sdk-api-ecom-us Version ^1.0.0
magento/framework Version ^102.0.0 || ^103.0.0
magento/module-catalog-inventory Version ^100.3.0
magento/module-checkout Version ^100.3.0
magento/module-config Version ^101.1.0
magento/module-directory Version ^100.3.0
magento/module-quote Version ^101.1.0
magento/module-sales Version ^102.0.0 || ^103.0.0
magento/module-shipping Version ^100.3.0
magento/module-store Version ^101.0.0
monolog/monolog Version ^1.17
netresearch/config-fields-m2 Version ^1.2.4
netresearch/module-shipping-core Version ^2.3.0
netresearch/module-shipping-dispatch Version ^1.0.0
netresearch/module-shipping-ui Version ^2.0.3