{"id":25839708,"url":"https://github.com/netresearch/dhl-module-shipping-m2","last_synced_at":"2025-03-01T04:34:09.353Z","repository":{"id":136541844,"uuid":"86568326","full_name":"netresearch/dhl-module-shipping-m2","owner":"netresearch","description":"This extension is in legacy status since 04/2020 and will run out of maintenance and support after a short transition period. You can find the official replacement extension here https://github.com/netresearch/dhl-shipping-m2. It includes the latest and greatest possible range of functions that DHL is currently offering.","archived":false,"fork":false,"pushed_at":"2025-02-19T10:07:17.000Z","size":1781,"stargazers_count":30,"open_issues_count":3,"forks_count":20,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-02-19T11:22:52.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netresearch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-29T10:19:14.000Z","updated_at":"2025-02-19T10:06:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f8a45e1-0624-4f1a-92cc-5669cd5901d4","html_url":"https://github.com/netresearch/dhl-module-shipping-m2","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fdhl-module-shipping-m2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fdhl-module-shipping-m2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fdhl-module-shipping-m2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netresearch%2Fdhl-module-shipping-m2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netresearch","download_url":"https://codeload.github.com/netresearch/dhl-module-shipping-m2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241317607,"owners_count":19943199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-01T04:34:08.366Z","updated_at":"2025-03-01T04:34:09.338Z","avatar_url":"https://github.com/netresearch.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Warning: This extension is no longer supported and should not be used. You can find the official replacement extension [here on GitHub](https://github.com/netresearch/dhl-shipping-m2)**\n\nDHL Shipping Extension\n======================\n\nThe DHL Shipping extension for Magento® 2 integrates the DHL Business Customer\nShipping API or the DHL eCommerce Global Label API into the order processing workflow.\n\nDescription\n-----------\n\nThis extension enables merchants to request shipping labels for incoming orders\nvia the [DHL Business Customer Shipping API](https://entwickler.dhl.de/en/)\n(DHL Geschäftskundenversand-API) or the DHL eCommerce Global Label API.\n\nFor more details on the API connections, see the [documentation](http://dhl.support.netresearch.de/support/solutions/articles/12000023174).\n\nRequirements\n------------\n\n* PHP \u003e= 7.0.6\n* PHP \u003e= 7.1.0\n* PHP \u003e= 7.2.0\n* PHP \u003e= 7.3.0\n\nCompatibility\n-------------\n\n* Magento \u003e= 2.2.4\n* Magento \u003e= 2.3.0\n\nInstallation Instructions\n-------------------------\n\n### Install Source Files ###\n\nThe DHL Shipping module for Magento® 2 can be installed from the following sources:\n* [Composer Repository](https://getcomposer.org/doc/05-repositories.md#composer)\n* [VCS Repository](https://getcomposer.org/doc/05-repositories.md#using-private-repositories)\n\n#### Integrators ####\n\nAs an integrator you installed Magento using Composer and acquired the [DHL Shipping\nmodule on Magento Marketplace](https://marketplace.magento.com/dhl-module-shipping-m2.html)\n(free of charge).\n\nThe Composer repository https://repo.magento.com/ is declared in your root `composer.json`\nwhich allows you to directly install the module like this:\n\n    composer require dhl/module-shipping-m2\n\nDuring installation, Composer might ask for a user and password. You must use the public and\nprivate key of the Magento Marketplace user which was used to purchase the module.\n\n#### Developers ####\n\nIf you want to contribute to the module, you can declare the GitHub repository in your\nroot `composer.json` and install the module like this:\n\n    composer config repositories.dhl-shipping-m2 vcs https://github.com/netresearch/dhl-module-shipping-m2.git\n    composer require dhl/module-shipping-m2\n\n### Enable Module ###\n\nOnce the source files are installed, make them known to the application:\n\n    ./bin/magento module:enable Dhl_Shipping\n    ./bin/magento setup:upgrade\n\nAnd finally: flush the cache, compile, and deploy the static content:\n\n    ./bin/magento cache:flush\n    ./bin/magento setup:di:compile\n    ./bin/magento setup:static-content:deploy \u003clist_of_locales\u003e\n\nThe list of locales could be something like: en_US en_GB fr_FR de_DE it_IT\n\nUninstallation\n--------------\n\nThe following sections describe how to uninstall the module from your Magento® 2 instance. \n\n#### Composer ####\n\nTo unregister the shipping module from the application, run the following command:\n\n    ./bin/magento module:uninstall --remove-data Dhl_Shipping\n    composer update\n    \nThis will automatically remove source files, clean up the database, update package dependencies.\n\n#### Manual Steps ####\n\nTo uninstall the module manually, run the following commands in your project\nroot directory:\n\n    ./bin/magento module:disable Dhl_Shipping\n    composer remove dhl/module-shipping-m2\n\nTo clean up the database, run the following commands:\n\n    DROP TABLE `dhlshipping_quote_address`, `dhlshipping_order_address`;\n    DROP TABLE `dhlshipping_quote_address_service_selection`, `dhlshipping_order_address_service_selection`;\n\n    DELETE FROM `eav_attribute` WHERE `attribute_code` IN ('dhl_dangerous_goods_category', 'dhl_tariff_number', 'dhl_export_description');\n\n    ALTER TABLE `quote` DROP COLUMN `dhl_service_charge`, DROP COLUMN `base_dhl_service_charge`;\n    ALTER TABLE `quote_address` DROP COLUMN `dhl_service_charge`, DROP COLUMN `base_dhl_service_charge`;\n    ALTER TABLE `sales_order` DROP COLUMN `dhl_service_charge`, DROP COLUMN `base_dhl_service_charge`;\n    ALTER TABLE `sales_invoice` DROP COLUMN `dhl_service_charge`, DROP COLUMN `base_dhl_service_charge`;\n    ALTER TABLE `sales_creditmemo` DROP COLUMN `dhl_service_charge`, DROP COLUMN `base_dhl_service_charge`;\n    DELETE FROM `core_config_data` WHERE `path` LIKE 'carriers/dhlshipping/%';\n    DELETE FROM `setup_module` WHERE `module` = 'Dhl_Shipping';\n\nSupport\n-------\n\nIn case of questions or problems, please have a look at the\n[Support Portal (FAQ)](http://dhl.support.netresearch.de/) first.\n\nAlso check the [user documentation](http://dhl.support.netresearch.de/support/solutions/articles/12000023174).\n\nIf the issue cannot be resolved, you can contact the support team via the\n[Support Portal](http://dhl.support.netresearch.de/) or by sending an email\nto \u003cdhl.support@netresearch.de\u003e.\n\nDeveloper\n---------\n\n* Christoph Aßmann | [Netresearch GmbH \u0026 Co. KG](http://www.netresearch.de/) | [@mam08ixo](https://twitter.com/mam08ixo)\n* Sebastian Ertner | [Netresearch GmbH \u0026 Co. KG](http://www.netresearch.de/)\n* Benjamin Heuer | [Netresearch GmbH \u0026 Co. KG](http://www.netresearch.de/)\n* Paul Siedler | [Netresearch GmbH \u0026 Co. KG](http://www.netresearch.de/) | [@powlomat](https://twitter.com/powlomat)\n\nLicense\n-------\n\n[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)\n\nCopyright\n---------\n\n(c) 2019 DHL Paket GmbH\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetresearch%2Fdhl-module-shipping-m2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetresearch%2Fdhl-module-shipping-m2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetresearch%2Fdhl-module-shipping-m2/lists"}