Model
AppendReservations
Magento\InventoryReservations\Model\AppendReservations
What it does
This class handles appending new inventory reservations to the system.
Developers use this when they need to create multiple inventory reservations at once, such as when placing orders or allocating stock.
It validates that reservations don't already have IDs (ensuring they're new) and saves them in bulk through the SaveMultiple resource model.
Public Methods
- execute()