Log in
Model

BulkInventoryTransferValidatorChain

Magento\InventoryCatalogApi\Model\BulkInventoryTransferValidatorChain

What it does

This class provides a validation chain for bulk inventory transfer operations in Magento 2's Multi-Source Inventory (MSI) system.

Developers use this as an extension point to add custom validators via dependency injection that check if inventory can be transferred between source locations for multiple SKUs.

It aggregates validation results from all registered validators and returns a combined result indicating success or any validation errors.

Public Methods

  • validate()