AsynchronousOperations Module
Api\BulkStatusInterface
This interface defines methods for retrieving the status of bulk operations in Magento 2. Developers use this to check the progress and results of asy...
Api\Data\AsyncResponseInterface
This interface defines the structure for asynchronous API responses in Magento 2. Developers use this when implementing or consuming asynchronous web...
Api\Data\BulkOperationsStatusInterface
This interface defines the contract for retrieving bulk operation status information in Magento 2's asynchronous operations system. Developers use thi...
Api\Data\BulkSummaryInterface
This interface defines the contract for bulk operation summary data in Magento 2's asynchronous operations system. Developers use this when working wi...
Api\Data\DetailedBulkOperationsStatusInterface
This interface defines the structure for retrieving detailed bulk operation status information in Magento 2's asynchronous operations system. Develope...
Api\Data\ItemStatusInterface
This interface defines a temporary status object used to track whether individual items were accepted or rejected when scheduling bulk asynchronous op...
Api\Data\OperationInterface
This interface defines the contract for asynchronous operation entities in Magento 2's bulk operations system. Developers use it when working with que...
Api\Data\OperationListInterface
This interface defines a contract for retrieving a list of asynchronous bulk operations in Magento 2. Developers use this when working with the Bulk O...
Api\Data\OperationSearchResultsInterface
This interface defines the contract for search results when querying asynchronous bulk operations in Magento 2. Developers use this to retrieve collec...
Api\Data\SummaryOperationStatusInterface
This interface defines a read-only contract for retrieving basic asynchronous operation status information without heavy data like serialized payloads...
Api\SaveMultipleOperationsInterface
This interface defines a contract for saving multiple asynchronous operations in bulk. Developers use this when they need to persist multiple queue op...
Model\ConfigInterface
This interface defines the configuration contract for Magento's asynchronous web API operations. Developers use this to retrieve service mappings for...