Log in
Repository

OperationRepositoryInterface

Magento\AsynchronousOperations\Api\OperationRepositoryInterface

What it does

This interface defines the contract for retrieving bulk operation items (queue messages) in Magento's asynchronous operations system.

Developers use this repository to query and fetch lists of operations that are part of bulk actions, such as mass product updates or imports, using search criteria to filter results based on status, bulk UUID, or other attributes.

Public Methods

  • getList()