Model
RowCustomizer
Magento\BundleImportExport\Model\Export\RowCustomizer
What it does
This class customizes the export format for Bundle products in Magento 2's catalog export functionality.
Developers use this class when they need to export bundle products with their specific attributes like price type, SKU type, shipment type, and bundle options/selections in a structured format that can be re-imported later.
Public Methods
- prepareData()
- addHeaderColumns()
- addData()
- getAdditionalRowsCount()