Have your say in Community Polls: What was/is your greatest motivation to start your own business?
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.

Create Order using API and automatically include Tax

Create Order using API and automatically include Tax

CreativeBlaze
Shopify Partner
4 0 2

Hi there. I am using Order Creation API and I want to include the tax lines as well. When I am creating the tax manually, then it is adding the Tax but when I am using the API, it is not adding automatically.

Secondly , I tried adding the 
"tax_lines": [
{
"title": "VAT",
"rate": "0.15",
"price":"12"
}
],

But the problem is I can't determine what will be the PRICE of the tax. Is there a way I can make shopify add the tax automatically?

Replies 0 (0)