Hi,
We’re building a platform, and trying to get tax information from checkout API (https://help.shopify.com/en/api/reference/sales-channels/checkout)
Right now we’re getting it in the response (from tax_lines).
However, there’s one additional piece of information we want to get, which is “charge tax on shipping rates” to correctly calculate the tax on our system. Since we’ll be getting this information from multiple shopify accounts that we don’t have control on, so we’ll need this dynamically.
I have checked the API docs but couldn’t find anything so far.
Any advice on this would be much appreciated.
Thanks