CustomGento_CliTaxEditor
customgento/module-cli-tax-editor-m2
Magento 2 module, which provides new console commands to edit the tax configuration.
Supported Magento versions: 2.4.9
5,105 installs★ 7 starsLatest: v1.1.0Released 2026-06-05License: OSL-3.0
composer require customgento/module-cli-tax-editor-m2README
Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.
CLI Tax Editor for Magento 2 adds a CLI command to update tax rates. This is pretty useful for general tax rate changes in a country, which must be applied exactly at a specific date. It is possible to define a new rate for a range of tax rate IDs.
$ bin/magento tax:rates:edit [--ids[="..."]] [--rate[="..."]] [--update-titles]
--ids Comma-separated list of tax rate IDs
--rate The new rate (integer or float with decimal point)
--update-titles Update the code and the titles of the tax rate as well
Links
- Packagist
- PackageMaven — quality data by PackageMaven
- Repository
- Issues