Dhl Module Label Status M2
Description
Provide label status information in Magento 2 sales order grid
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
DHL Label Status extension
This extension adds status icons for orders created with the DHL Shipping extension to the Magento® 2 orders grid.
Description
This extension adds icons for DHL shipment status to the Magento® 2 orders grid.
This functionality was previously available as part of DHL Shipping. Since DHL Shipping version 0.10.0 it is available as a separate add-on.
It is not designed to function without the DHL Shipping extension.
Requirements
dhl/module-shipping-m2>= 0.10.0- Magento 2.2.4 to 2.3
- PHP 7.0.2 to 7.3
Installation Instructions
The DHL Label Status extension can be installed via Composer:
composer require dhl/module-label-status:*
Enable Module
Once the source files are available, make them known to the application:
./bin/magento module:enable Dhl_LabelStatus
./bin/magento setup:upgrade
Last but not least, flush cache and compile.
./bin/magento cache:flush
./bin/magento setup:di:compile
Uninstallation
The following sections describe how to uninstall the module from your Magento® 2 instance.
To unregister the shipping module from the application, run the following command:
./bin/magento module:uninstall --remove-data Dhl_LabelStatus
composer update
This will automatically remove source files, clean up the database, update package dependencies.
*Please note that automatic uninstallation is only available on Magento version 2.2 or newer. On Magento 2.1 and below, please use the following manual uninstallation method.*
Manual Steps
To uninstall the module manually, run the following commands in your project root directory:
./bin/magento module:disable Dhl_LabelStatus
composer remove dhl/module-label-status
To clean up the database, run the following commands:
ALTER TABLE `sales_order_grid` DROP COLUMN `dhlshipping_label_status`;
DROP TABLE `dhlshipping_label_status`;
DELETE FROM `setup_module` WHERE `module` = 'Dhl_LabelStatus';
Support
In
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11