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-commands

README

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.

Yireo_TablerateCommands

Magento version PHP version License Latest Version

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

Current status

Static Tests Unit Tests Integration Tests Playwright DI Compilation

← All packages from yireo