Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
quote_with_shipping_method.php
Go to the documentation of this file.
1 <?php
12 require 'quote_with_address_saved.php';
13 
14 $quote->load('test_order_1', 'reserved_order_id');
15 $shippingAddress = $quote->getShippingAddress();
16 $shippingAddress->setShippingMethod('flatrate_flatrate')
17  ->setShippingDescription('Flat Rate - Fixed')
18  ->setShippingAmount(10.0)
19  ->setBaseShippingAmount(12.0)
20  ->save();
$quote