Tax for Countries/Regions

The REST Country resource includes tax information for both countries and provinces. We’re looking at Localization > availableCountries as a likely GraphQL equivalent, but this resource doesn’t include provinces/regions (marked deprecated) or tax-related fields.

Is there a way to retrieve country- or preferably region-specific tax information via the GraphQL API?

I’m 100% sure, but you may need to query the order TaxLine and ShippingAddress objects to get the required info:

Thank you – if I understand correctly, you’re suggesting to infer country/region tax from a combination of an order’s tax lines and shipping address?

It seems like there should be a more reliable (and straightforward) way of retrieving overall tax information for a country or region via this API.