Log in
Model

Address

Magento\CustomerImportExport\Model\Import\Address

What it does

This class handles the import of customer addresses in Magento 2, allowing bulk creation, updates, and deletion of customer address data via CSV files.

Developers use this when implementing custom import functionality for customer addresses or extending the default import/export behavior to include additional address validation or data transformation logic.

Public Methods

  • getAttributeOptions()
  • prepareCustomerData()
  • validateData()
  • getEntityTypeCode()
  • getDefaultAddressAttributeMapping()
  • setCustomerAttributes()