Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (GetProductSalableQtyInterface $getProductSalableQty, StockRepositoryInterface $stockRepository, GetAssignedStockIdsBySku $getAssignedStockIdsBySku, GetStockItemConfigurationInterface $getStockItemConfiguration) | |
execute (string $sku) | |
Get salable quantity data by sku
Definition at line 18 of file GetSalableQuantityDataBySku.php.
__construct | ( | GetProductSalableQtyInterface | $getProductSalableQty, |
StockRepositoryInterface | $stockRepository, | ||
GetAssignedStockIdsBySku | $getAssignedStockIdsBySku, | ||
GetStockItemConfigurationInterface | $getStockItemConfiguration | ||
) |
GetProductSalableQtyInterface | $getProductSalableQty | |
StockRepositoryInterface | $stockRepository | |
GetAssignedStockIdsBySku | $getAssignedStockIdsBySku | |
GetStockItemConfigurationInterface | $getStockItemConfiguration |
Definition at line 46 of file GetSalableQuantityDataBySku.php.
execute | ( | string | $sku | ) |