The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
636 Ready
454 Need Help
Vendors 🏆 Leaderboard
Stable v0.0.2

Yireo Tablerate Commands

yireo/magento2-tablerate-commands 63

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.

17
Downloads
Below average
2
GitHub Stars
Below average
9mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
18 warnings
L3 PHPStan

Release Discipline

Follows SemVer · 100% What is this?

Release history audited up to v0.0.2

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v0.0.2 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Yireo Tablerate Commands Magento compatibility status badge

README

Loaded from GitHub

Yireo_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.