BulkInventoryTransferInterface
Magento\InventoryCatalogApi\Api\BulkInventoryTransferInterface
What it does
This interface defines a contract for transferring inventory quantities for multiple products (SKUs) from one source location to another in bulk.
Developers would use implementations of this interface when they need to move stock between warehouses or stores efficiently, with the option to unassign products from the origin source after transfer.
This is particularly useful for Multi-Source Inventory (MSI) operations involving stock relocation.
Public Methods
- execute()