Hi everyone,
I’m building a mobile app using Shopify Storefront GraphQL and need help displaying the tax amount in the cart. Previously, I used:
cart.estimatedCost.totalAmount.currencyCode
and
cart.Cost.totalAmount.currencyCode
But both of these seem to be deprecated.
My goal is to show the total price including tax on the cart page. Could anyone guide me on the correct way to fetch and display tax using the latest Shopify Storefront API?
Any help would be much appreciated. Thanks!