Yireo_TablerateCommands

May 1, 2026 ยท View on GitHub

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