Interface
AsyncResponseInterface
Magento\AsynchronousOperations\Api\Data\AsyncResponseInterface
What it does
This interface defines the structure for asynchronous API responses in Magento 2.
Developers use this when implementing or consuming asynchronous web API endpoints to track bulk operations, retrieve their unique identifiers, check processing status, and handle any errors that occurred during execution.
Public Methods
- getBulkUuid()
- setBulkUuid()
- getRequestItems()
- setRequestItems()
- setErrors()
- isErrors()
- getExtensionAttributes()
- setExtensionAttributes()