CustomerComposite
Magento\CustomerImportExport\Model\Import\CustomerComposite
What it does
This class handles the import of customer data combined with their addresses in a single CSV file.
Developers use this when implementing customer import functionality that needs to process both customer information and multiple addresses per customer in one operation.
It coordinates between separate Customer and Address import entities, validating and processing rows that contain either customer data or additional address records.
Public Methods
- getEntityTypeCode()
- validateData()
- validateRow()
- setParameters()
- setSource()
- getProcessedEntitiesCount()
- isAttributeParticular()
- getValidColumnNames()