InventoryCatalogApi Module
BulkInventoryTransferValidatorChain
This class provides a validation chain for bulk inventory transfer operations in Magento 2's Multi-Source Inventory (MSI) system. Developers use this...
BulkSourceAssignValidatorChain
This class orchestrates multiple validators when bulk assigning inventory sources to products. Developers use this as an extension point to add custom...
BulkSourceUnassignValidatorChain
This class implements the Chain of Responsibility pattern to validate bulk source unassignment operations in Magento's Multi-Source Inventory system....
CompositeProductStockStatusProcessorPool
This class serves as a pool that manages multiple composite product stock status processors. When executed, it iterates through all registered process...
PartialInventoryTransferValidatorChain
This class implements a chain of responsibility pattern for validating partial inventory transfers between source locations. Developers use this to en...