Log in
Interface

BulkSummaryInterface

Magento\AsynchronousOperations\Api\Data\BulkSummaryInterface

What it does

This interface defines the contract for bulk operation summary data in Magento 2's asynchronous operations system.

Developers use this when working with bulk operations (like mass product updates or imports) to access summary information including user type and extension attributes.

It extends the core BulkSummaryInterface to add user type tracking for audit purposes.

Public Methods

  • getExtensionAttributes()
  • setExtensionAttributes()
  • getUserType()
  • setUserType()