v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

List Tax Zones

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

Path parameters

site_namestring required

The unique identifier for the target site.

Query parameters

offsetinteger
limitinteger

Maximum of 100 items

directionstring

Sort direction. One of ASC or DESC.

Response

200

limitinteger
offsetinteger
total_responsesinteger

Example response

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