Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
GuestCartItemRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Quote\Api;
7 
14 {
22  public function getList($cartId);
23 
33  public function save(\Magento\Quote\Api\Data\CartItemInterface $cartItem);
34 
44  public function deleteById($cartId, $itemId);
45 }
save(\Magento\Quote\Api\Data\CartItemInterface $cartItem)
$cartId
Definition: quote.php:22