CustomerImportExport Module
Export\Address
This class handles the export of customer addresses in Magento 2, converting customer address data into a downloadable file format (typically CSV). De...
Export\Customer
This class handles the export of customer data from Magento 2 to CSV or other file formats. Developers use it when implementing custom customer data e...
Import\AbstractCustomer
This abstract class serves as the foundation for importing customer-related data in Magento 2, providing core validation and storage management functi...
Import\Address
This class handles the import of customer addresses in Magento 2, allowing bulk creation, updates, and deletion of customer address data via CSV files...
Import\CountryWithWebsites
This class provides a mapping of allowed countries per website for customer import operations in Magento 2. Developers use it during customer data imp...
Import\Customer
This model class handles the import of customer data from CSV/external files into Magento 2. Developers use this when implementing or customizing cust...
Import\CustomerComposite
This class handles the import of customer data combined with their addresses in a single CSV file. Developers use this when implementing customer impo...