Installation

Install the Import/Export add-on for Customer Documents.

Requirements

  • Customer Documents Extension installed
  • Magento 2.4.0 or higher
  • PHP 8.1+

Installation

composer config bearer.repo.softwaresilo.io <token>
composer config repositories.softwaresilo composer https://repo.softwaresilo.io/
composer require mageb2b/customerdocuments-importexport:*
php bin/magento module:enable MageB2B_CustomerDocumentsImportExport
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush

Verification

After installation, verify the add-on is active:

  1. Go to System > Data Transfer > Export and confirm “Customer Documents” is available as entity
  2. Go to System > Data Transfer > Import and confirm “Customer Documents” is available as entity
  3. Download the sample CSV for this entity and run a small test import

Found an issue with this documentation? Let us know