Log in

InventoryConfiguration Module

GetAllowedProductTypesForSourceItemManagement

Model

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

Model

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

Model

This class retrieves legacy CatalogInventory stock item records for given product SKUs. Developers use it when working with Magento's Multi-Source Inv...

GetLegacyStockItemsCache

Model

This class retrieves legacy stock item information for products by their SKUs while utilizing a cache layer to improve performance. Developers use thi...

GetStockItemConfiguration

Model

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

Model

This class provides a centralized interface for retrieving inventory configuration settings in Magento 2's Multi-Source Inventory (MSI) system. Develo...

IsSourceItemManagementAllowedForProductType

Model

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

Model

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

Model

This class provides in-memory caching for legacy CatalogInventory StockItem objects, storing them by product SKU. Developers use this to improve perfo...

Model\GetLegacyStockItemsInterface

Interface

This interface defines a contract for retrieving legacy CatalogInventory stock items by their SKUs. Developers use this when they need to fetch tradit...

SaveStockItemConfiguration

Model

This class saves inventory configuration settings for a product's stock item in Magento 2. Developers use this when programmatically updating stock co...

StockItemConfiguration

Model

This class acts as a wrapper around the legacy StockItemInterface to provide inventory configuration settings for products in Magento 2's Multi-Source...