Log in
Interface

DetailedBulkOperationsStatusInterface

Magento\AsynchronousOperations\Api\Data\DetailedBulkOperationsStatusInterface

What it does

This interface defines the structure for retrieving detailed bulk operation status information in Magento 2's asynchronous operations system.

Developers use this when they need to track the status of bulk operations (like mass product updates or imports) along with detailed information about each individual operation within the bulk.

It extends BulkSummaryInterface to provide both summary and detailed operation-level data.

Public Methods

  • getOperationsList()
  • setOperationsList()