Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StockRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 
18 {
25  public function save(\Magento\CatalogInventory\Api\Data\StockInterface $stock);
26 
33  public function get($stockId);
34 
41  public function getList(StockCriteriaInterface $collectionBuilder);
42 
50 }
save(\Magento\CatalogInventory\Api\Data\StockInterface $stock)
$stock
getList(StockCriteriaInterface $collectionBuilder)