Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Cannot find an equivalent Graphql resource for tax_name in countries resource that is in REST

Cannot find an equivalent Graphql resource for tax_name in countries resource that is in REST

DeepthiM
Shopify Partner
1 0 1

In countries.json I can find the tax_name field associated with the country and province as follows :

{
            "id"437382447288,
            "name""Sri Lanka",
            "code""LK",
            "tax_name""VAT",
            "tax"0.08,
            "provinces": []
        }
We use this tax_name field to map it with our systems tax rule for accounting of the orders. Can someone suggest where to find this resource in Admin API graphql ? We use the country, province and tax_name fields adn i'm looking for similar resource in graphql. TIA.

 

Replies 0 (0)