Model
ReservationData
Magento\InventoryIndexer\Model\Queue\ReservationData
What it does
This is a data transfer object (DTO) that encapsulates reservation queue request information in Magento's Multi-Source Inventory system.
Developers use this class to pass product SKUs and stock ID together when processing inventory reservation operations through the queue system, ensuring type-safe data transfer between different inventory indexing components.
Public Methods
- getSkus()
- getStock()