BulkPartialInventoryTransferInterface
Magento\InventoryCatalogApi\Api\BulkPartialInventoryTransferInterface
What it does
This interface defines a contract for transferring inventory quantities of specific items between two warehouse/stock sources in Magento's Multi-Source Inventory (MSI) system.
Developers use this when implementing functionality to move partial inventory amounts (not entire stock) from one source location to another, such as redistributing stock between warehouses or stores.
The execute method accepts origin and destination source codes along with an array of items to transfer.
Public Methods
- execute()