diff --git a/app/code/Magento/QuoteGraphQl/Model/Resolver/ShippingAddress/SelectedShippingMethod.php b/app/code/Magento/QuoteGraphQl/Model/Resolver/ShippingAddress/SelectedShippingMethod.php index b20bbe0e00660..f18085abeae01 100644 --- a/app/code/Magento/QuoteGraphQl/Model/Resolver/ShippingAddress/SelectedShippingMethod.php +++ b/app/code/Magento/QuoteGraphQl/Model/Resolver/ShippingAddress/SelectedShippingMethod.php @@ -71,7 +71,7 @@ public function resolve(Field $field, $context, ResolveInfo $info, array $value 'carrier_title' => $selectedShippingMethod->getCarrierTitle() ?? '', 'method_title' => $selectedShippingMethod->getMethodTitle() ?? '', 'amount' => [ - 'value' => $address->getShippingAmount(), + 'value' => $address->getShippingInclTax(), 'currency' => $cart->getQuoteCurrencyCode(), ], 'price_excl_tax' => [