RevenueCentres
Create a new revenue centre for the site
Use this endpoint to create a new revenue centre for a Site.
post/shop/sites/{siteId}/revenue-centres
Request body
Example request
{
"key": "spa",
"name": "Spa",
"tax_percent": 20
}Response
Details of a single revenue centre.
Example response
{
"data": {
"id": "spa",
"key": "spa",
"name": "Spa",
"tax_percent": 20,
"tax_configuration": {
"name": "UK VAT"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.