InventoryReservationsApi Module
Model\AppendReservationsInterface
This interface defines a service for appending inventory reservations to track quantity deductions before stock levels are actually updated. Developer...
Model\CleanupReservationsInterface
This interface defines a contract for cleaning up inventory reservations in Magento 2's Multi-Source Inventory (MSI) system. Developers implement this...
Model\GetReservationsQuantityInterface
This interface defines a contract for retrieving the total reservation quantity for a specific product SKU within a given stock. Developers use this w...
Model\ReservationBuilderInterface
This interface defines a builder pattern for creating inventory reservation objects in Magento 2's Multi-Source Inventory (MSI) system. Developers use...
Model\ReservationInterface
This interface defines the structure for inventory reservations in Magento's Multi-Source Inventory (MSI) system. Developers use this when working wit...