Model
OperationRepository
Magento\WebapiAsync\Model\OperationRepository
What it does
This repository creates asynchronous operation entities for Magento's Web API async functionality.
Developers use this when processing REST API requests asynchronously through message queues, converting API input data into operation records that can be executed in the background.
It validates messages, serializes request data, and associates operations with bulk groups for tracking.
Public Methods
- create()