Tax Rate API

Get a list of countries for tax calculation

Retrieve state list that requires sales tax calculation

get/tax/countries

Response

OK

codeinteger

Response status code 200

Example response

{
  "code": 200,
  "result": [
    {
      "code": "Australia",
      "name": "AU",
      "states": [
        {
          "code": "ACT",
          "name": "Australian Capital Territory",
          "shipping_taxable": true
        }
      ],
      "region": "oceania"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.