v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Create Tax Zone

post/sites/multiscreen/{site_name}/ecommerce/tax-zones

Path parameters

site_namestring required

The unique identifier for the target site.

Request body

countrystring required

ISO 3166-1 alpha-2 country code to which rates inside the zone will be applied.

regionstring

Precision of the zone with their two letter state or province code.

Response

200

countrystring
idstring
regionstring

Example response

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