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.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubYireo_TablerateCommands
A Magento 2 module offering CLI commands to manipulate table rates
Installation
composer require yireo/magento2-tablerate-commands
bin/magento module:enable Yireo_TablerateCommands
Usage
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
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.