TaxConfigurations
Get revenue centres for a site
Use this endpoint to retrieve tax configurations.
get/shop/tax-configurations
Query parameters
country_codestring
An optional country code to filter tax configurations
Response
A list of tax configurations.
Example response
{
"data": [
{
"name": "UK VAT",
"description": "Applies to most items sold in the UK",
"rate_sets": [
{
"tax_rates": [
{
"name": "VAT",
"percentage": 17.5
}
]
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.