Closed
Description
In the
\Magento\Quote\Model\Quote\Address\Rate
the
importShippingRate
does not retrieve the shipping cost for that quote.
This issue was already present in M1, but saving the order shipping cost is a good idea.
DB schema changes are necessary and the following line should be added to the above method
->setCost($rate->getCost())