Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ShipmentRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Sales\Api;
7 
17 {
28  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
29 
36  public function get($id);
37 
44  public function delete(\Magento\Sales\Api\Data\ShipmentInterface $entity);
45 
52  public function save(\Magento\Sales\Api\Data\ShipmentInterface $entity);
53 
59  public function create();
60 }
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$id
Definition: fieldset.phtml:14
$searchCriteria
save(\Magento\Sales\Api\Data\ShipmentInterface $entity)
$entity
Definition: element.phtml:22