InventorySalesAdminUi Module
GetIsManageStockForProduct
This model determines whether the 'Manage Stock' option is enabled or disabled for a specific product on a given website in Magento's Multi-Source Inv...
GetSalableQuantityDataBySku
This class retrieves salable quantity information for a product across all assigned stock sources based on its SKU. Developers use this to display ava...
GetStockSourceLinksBySourceCode
This helper class retrieves all stock-source associations (links) for a given inventory source code. Developers use this when they need to find which...
OptionSource\WebsiteSource
This class provides a list of available websites in Magento as an option array for use in admin UI forms and grids. It excludes the admin website and...
ResourceModel\GetAssignedStockIdsBySku
This class retrieves all stock IDs associated with a product SKU by first finding all source items for that SKU, then determining which stocks those s...
ResourceModel\GetStockIdsBySourceCodes
This class retrieves all stock IDs that are associated with given inventory source codes by querying the inventory_source_stock_link table. Developers...
ResourceModel\GetStockNamesByIds
This class retrieves stock names from the database based on an array of stock IDs. Developers use it when they need to display or process stock names...
WebsiteNameResolver
This class resolves sales channel codes into human-readable names, specifically converting website codes to their display names. Developers use this w...