Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
GuestCartManagementInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Quote\Api;
7 
9 
16 {
23  public function createEmptyCart();
24 
33  public function assignCustomer($cartId, $customerId, $storeId);
34 
43  public function placeOrder($cartId, PaymentInterface $paymentMethod = null);
44 }
$cartId
Definition: quote.php:22
placeOrder($cartId, PaymentInterface $paymentMethod=null)
assignCustomer($cartId, $customerId, $storeId)