CSV Import/Export Add-On

Bulk import and export product-customer matrices via CSV.

Package

  • Composer package: mageb2b/pricesystem-productcustomermatrix-importexport
  • Magento module: MageB2B_PricesystemProductCustomerMatrixImpExp

Installation

composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/pricesystem-productcustomermatrix-importexport:* php bin/magento setup:upgrade php bin/magento cache:flush

Admin Import/Export (Magento ImportExport)

  1. Go to System >Data Transfer > Import
  2. Entity type: PricesystemProductCustomerMatrix

Tip: Export first and use the exported CSV as your template.

CLI Commands

php bin/magento pricesystem:import-productcustomermatrix /path/to/productcustomermatrix.csv php bin/magento pricesystem:export-productcustomermatrix

Found an issue with this documentation? Let us know