Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StockConfigurationInterface.php
Go to the documentation of this file.
1 <?php
7 
18 {
24  public function getDefaultScopeId();
25 
30  public function getIsQtyTypeIds($filter = null);
31 
38  public function isQty($productTypeId);
39 
46  public function canSubtractQty($storeId = null);
47 
52  public function getMinQty($storeId = null);
53 
59  public function getMinSaleQty($storeId = null, $customerGroupId = null);
60 
65  public function getMaxSaleQty($storeId = null);
66 
71  public function getNotifyStockQty($storeId = null);
72 
80  public function getEnableQtyIncrements($storeId = null);
81 
86  public function getQtyIncrements($store = null);
87 
94  public function getBackorders($storeId = null);
95 
102  public function getManageStock($storeId = null);
103 
111  public function getCanBackInStock($storeId = null);
112 
119  public function isShowOutOfStock($storeId = null);
120 
127  public function isAutoReturnEnabled($storeId = null);
128 
136  public function isDisplayProductStockStatus($storeId = null);
137 
143  public function getDefaultConfigValue($field, $storeId = null);
144 
150  public function getConfigItemOptions();
151 }
getMinSaleQty($storeId=null, $customerGroupId=null)