Interface
OperationListInterface
Magento\AsynchronousOperations\Api\Data\OperationListInterface
What it does
This interface defines a contract for retrieving a list of asynchronous bulk operations in Magento 2.
Developers use this when working with the Bulk Operations API to get collections of operations that need to be processed asynchronously, typically for mass data processing tasks like bulk product imports or price updates.
Public Methods
- getItems()