yireo/magento2-tablerate-commands

N/A

Maintainers

Package info

github.com/yireo/Yireo_TablerateCommands

Type:magento2-module

pkg:composer/yireo/magento2-tablerate-commands

Fund package maintenance!

yireo

www.paypal.me/yireo

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 2

0.0.2 2025-10-22 11:17 UTC

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