Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ShipmentTrackRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Sales\Api;
7 
17 {
24  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
25 
32  public function get($id);
33 
42 
50  public function save(\Magento\Sales\Api\Data\ShipmentTrackInterface $entity);
51 
59  public function deleteById($id);
60 }
$id
Definition: fieldset.phtml:14
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$searchCriteria
$entity
Definition: element.phtml:22
save(\Magento\Sales\Api\Data\ShipmentTrackInterface $entity)