Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StockItemRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 
18 {
25  public function save(\Magento\CatalogInventory\Api\Data\StockItemInterface $stockItem);
26 
33  public function get($stockItemId);
34 
41  public function getList(\Magento\CatalogInventory\Api\StockItemCriteriaInterface $criteria);
42 
50 
55  public function deleteById($id);
56 }
getList(\Magento\CatalogInventory\Api\StockItemCriteriaInterface $criteria)
$id
Definition: fieldset.phtml:14
save(\Magento\CatalogInventory\Api\Data\StockItemInterface $stockItem)