Accounting API
Taxes
Tax Object
attributes id string a unique identifier for the tax rate object string the value is always tax label string the label of the tax rate type string the possible values are product tax and shipping tax applies to string the possible values are all products , selected products , all shippings and selected shippings rate decimal the tax rate percentage amount decimal the fixed tax amount country string ( appendix docid\ kfbmx4q3dxjtduqf75yx1 ) the country where this tax rate applies to available for tax rates with type product tax postcodes array of strings an array of postcodes to use for filtering when customers attempt to make an order, the tax rate will apply if their postcode matches (full or partial) any of the values in the array states array of strings an array of states to use for filtering when customers attempt to make an order, the tax rate will apply if their state matches any of the values in the array active boolean this attribute shows whether the tax rate is currently enabled payments array of strings appendix docid\ kfbmx4q3dxjtduqf75yx1 the payment whitelist for the tax rate { "id" "b289a137 78ea 493e b76e b470a67f1b7b", "rate" 12 0, "amount" 0 0, "label" "colorado tax rate", "active" true, "country" "us", "type" "product tax", "applies to" "all products", "postcodes" null, "states" \[ "co" ], "payments" \[ "all" ] }