PartialInventoryTransferValidatorInterface
Magento\InventoryCatalogApi\Model\PartialInventoryTransferValidatorInterface
What it does
This interface defines a validator for partial inventory transfer operations between warehouse sources in Magento's Multi-Source Inventory (MSI) system.
Developers implement this interface to create custom validation logic that checks if transferring specific quantities of products from one source to another is valid before executing the transfer.
It's used to ensure data integrity and business rules are met during inventory movements between locations.
Public Methods
- validate()