Log in
Model

Reservations

Magento\InventorySalesAsyncOrder\Model\Reservations

What it does

This class handles inventory reservation creation for asynchronous order placement in Magento's Multi-Source Inventory (MSI) system.

When an order is placed asynchronously, it ensures that product quantities are properly reserved from inventory by converting quote items to order items and appending the appropriate reservations.

Developers would interact with this during custom async order processing implementations or when extending MSI functionality.

Public Methods

  • execute()