yireo / magento2-tablerate-commands
N/A
Package info
github.com/yireo/Yireo_TablerateCommands
Type:magento2-module
pkg:composer/yireo/magento2-tablerate-commands
0.0.2
2025-10-22 11:17 UTC
Requires
- league/csv: ^9.22.0
- magento/framework: *
This package is auto-updated.
Last update: 2026-05-01 07:49:46 UTC
README
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