Log in
Model

Product

Magento\CatalogImportExport\Model\Export\Product

What it does

This class handles the export of product data from Magento 2 to CSV/XML files.

Developers use it when implementing product export functionality for data migration, backups, or integration with external systems.

It collects product attributes, media gallery, inventory, custom options, categories, and related product data, then formats them according to Magento's import/export standards.

Public Methods

  • _getHeaderColumns()
  • export()
  • filterAttributeCollection()
  • getAttributeCollection()
  • getEntityTypeCode()