CSV Import/Export Add-On

Bulk import and export pricelists and their assignments/products via CSV.

Package

  • Composer package: mageb2b/pricesystem-pricelist-importexport
  • Magento module: MageB2B_PricesystemPricelistImportExport

Installation

composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/pricesystem-pricelist-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: Pricesystem Pricelist

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

CLI Commands

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

Found an issue with this documentation? Let us know