InventoryConfiguration Module
GetAllowedProductTypesForSourceItemManagement
This class retrieves a list of product types that are allowed to have their inventory managed through source items in Magento's Multi-Source Inventory...
GetLegacyStockItem
This class retrieves legacy CatalogInventory stock item data for a product using its SKU. Developers use this when working with Magento's Multi-Source...
GetLegacyStockItems
This class retrieves legacy CatalogInventory stock item records for given product SKUs. Developers use it when working with Magento's Multi-Source Inv...
GetLegacyStockItemsCache
This class retrieves legacy stock item information for products by their SKUs while utilizing a cache layer to improve performance. Developers use thi...
GetStockItemConfiguration
This class retrieves stock item configuration for a specific product SKU and stock ID in Magento's Multi-Source Inventory (MSI) system. Developers use...
InventoryConfiguration
This class provides a centralized interface for retrieving inventory configuration settings in Magento 2's Multi-Source Inventory (MSI) system. Develo...
IsSourceItemManagementAllowedForProductType
This class determines whether source item management (multi-source inventory) is allowed for a specific product type in Magento's MSI (Multi-Source In...
IsSourceItemManagementAllowedForSku
This class determines whether source item management (multi-source inventory operations) is allowed for a specific product SKU. Developers use it to c...
LegacyStockItem\CacheStorage
This class provides in-memory caching for legacy CatalogInventory StockItem objects, storing them by product SKU. Developers use this to improve perfo...
Model\GetLegacyStockItemsInterface
This interface defines a contract for retrieving legacy CatalogInventory stock items by their SKUs. Developers use this when they need to fetch tradit...
SaveStockItemConfiguration
This class saves inventory configuration settings for a product's stock item in Magento 2. Developers use this when programmatically updating stock co...
StockItemConfiguration
This class acts as a wrapper around the legacy StockItemInterface to provide inventory configuration settings for products in Magento 2's Multi-Source...