RevenueCentres
Get revenue centres for a site
Use this endpoint to retrieve a Site's revenue centres.
get/shop/sites/{siteId}/revenue-centres
Response
A list of all revenue centres for a Site.
Example response
{
"data": [
{
"id": "spa",
"key": "spa",
"name": "Spa",
"tax_percent": 20,
"tax_configuration": {
"name": "UK VAT"
}
}
],
"meta": {
"has_custom_revenue_centres": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.