Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StockStateInterface.php
Go to the documentation of this file.
1 <?php
7 
18 {
24  public function verifyStock($productId, $scopeId = null);
25 
31  public function verifyNotification($productId, $scopeId = null);
32 
41  public function checkQuoteItemQty($productId, $itemQty, $qtyToCheck, $origQty, $scopeId = null);
42 
52  public function checkQty($productId, $qty, $scopeId = null);
53 
63  public function suggestQty($productId, $qty, $scopeId = null);
64 
72  public function getStockQty($productId, $scopeId = null);
73 }
suggestQty($productId, $qty, $scopeId=null)
checkQuoteItemQty($productId, $itemQty, $qtyToCheck, $origQty, $scopeId=null)
verifyNotification($productId, $scopeId=null)
checkQty($productId, $qty, $scopeId=null)