Hi all,
We use Shopify Tax in our store but having trouble with the flow to ERP system. For us is Shopify the source of products. There they are created and updated. Now as I understand the Shopify Tax is using Taxonomy to determine the tax rate for each product.
Now we need to have the taxrate for our primary market on the products. But I don’t see that in the API. Is there a way to get this right?
P.S. Tax on books is incorrect in Netherlands. We fixed it in the Tax settings.
There is tax code on the variant if that’s what you are looking for? Product - GraphQL Admin
Otherwise the tax lines are provided on the order
Hi @JordanFinners,
Thank you for your reply. But unfortunately this is only filled when you don’t use Shopify Tax itself. When it is on a order we are to late because we already created purchase orders etc. Below you see that the taxcode is empty but when I order this item is see 21% tax.
{
"product":
{
"variants":
{
"nodes":
[
{
"taxable": true,
"taxCode": ""
}
]
}
}
}