Interface
ReservationInterface
Magento\InventoryReservationsApi\Model\ReservationInterface
What it does
This interface defines the structure for inventory reservations in Magento's Multi-Source Inventory (MSI) system.
Developers use this when working with inventory management features to track temporary holds on product quantities between order placement and final inventory deduction, ensuring accurate stock levels during order processing.
Public Methods
- getReservationId()
- getStockId()
- getSku()
- getQuantity()
- getMetadata()