We are migrating our app that relied on Checkout REST resource to Storefront Cart API. While doing so, we’ve noticed that taxes_included field that we used before isn’t directly included in the Cart object from the Cart API. There is a field inside a CartCost object – totalTaxAmountEstimated (description from documentation: “Whether the total tax amount is estimated”), but we are not 100% sure that we can use it instead of taxes_included.
What object or field can we use instead of taxes_included field in the Cart API? This is a very important field for the customers and we cannot migrate to Cart API unless its equivalent is found.