To get all tax tiers.
https://access.way2order.com/api/v1/gettaxtiers
Content-Type: application/json
Authorization: Bearer {access_token}
{
{
"name": "GST 12%",
"code": "ca30681762626e8130026acb555a7e57",
"description": "Standard 12%",
"tax": 12,
"visible": true
},
{
"name": "GST 18%",
"code": "331eea54d5da622bc3b8a66e2dd08493",
"description": "Standard 18%",
"tax": 18,
"visible": true
},
...
}
Attribute | Type | Description |
---|---|---|
name | String | Tax Tier Name |
code | String | Tax Tier ID |
description | String | Tax Tier Description |
tax | Number | Tax Tier Rate |
visible | Boolean | true if Tax Tier is visible, false otherwise |