Model
GetStockItemData
Magento\InventorySales\Model\ResourceModel\GetStockItemData
What it does
This class serves as a placeholder implementation for retrieving stock item data by SKU and stock ID in Magento's Multi-Source Inventory system.
Developers would typically use this through its interface to get inventory details like quantity and availability for a specific product SKU within a particular stock, though this base implementation returns null and is meant to be extended or replaced by functional implementations.
Public Methods
- execute()