v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Update Tax Zone

patch/sites/multiscreen/{site_name}/ecommerce/tax-zones/{zone_id}

Path parameters

site_namestring required

The unique identifier for the target site.

zone_idstring required

The unique identifier for the tax zone.

Request body

Response

200

countrystring
idstring
regionstring

Example response

{
  "country": "string",
  "id": "string",
  "rates": [
    {
      "id": "string",
      "name": "string",
      "tax_number_for_invoice": "string"
    }
  ],
  "region": "string"
}