Yireo Tablerate Commands
yireo/magento2-tablerate-commands
Adds CLI commands to manage Magento 2 shipping table rates, allowing you to list, export to CSV, and import table rates per website directly from the command line.
No errors foundPHPStan level 3Build passingTrusted vendorSemVer compliant
Supported Magento versions: 2.4.9
30 installs★ 2 starsLatest: v0.0.2Released 2025-10-22License: OSL-3.0
composer require yireo/magento2-tablerate-commandsREADME
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.
A Magento 2 module offering CLI commands to manipulate table rates
composer require yireo/magento2-tablerate-commands bin/magento module:enable Yireo_TablerateCommands
List all existing tablerates:
bin/magento yireo_tablerates:list
Export all existing tablerates with website ID 1:
bin/magento yireo_tablerates:export 1 test.csv bin/magento yireo_tablerates:export 1 test.csv --overwrite=1
Import tablerates with website ID 1:
bin/magento yireo_tablerates:import 1 test.csv bin/magento yireo_tablerates:import 1 test.csv --overwrite=1
Links
- Packagist
- PackageMaven — quality data by PackageMaven
- Repository
- Issues