Log in
Interface

ExtendedExportInfoInterface

Magento\ImportExport\Api\Data\ExtendedExportInfoInterface

What it does

This interface extends the base ExportInfoInterface to add support for managing skipped attributes during export operations.

Developers use this when implementing export functionality that needs to exclude specific product or entity attributes from the exported data file, providing control over which fields are included in exports.

Public Methods

  • getSkipAttr()
  • setSkipAttr()