---
title: "Get the current Tax Settings"
method: GET
path: "/api/v1/settings/tax"
tags: ["Tax"]
---

# Get the current Tax Settings

`GET /api/v1/settings/tax`

## Response `200`

The tax settings

- TempestResponseTaxSettings
  - `meta` object, nullable
  - `links` TempestLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
  - `validation_result` TempestValidationError[], nullable
    - `member_names` string[], nullable
    - `error_message` string, nullable
  - `errors` object, nullable
  - `data` TaxSettings
    - `charge_tax` boolean
    - `products_include_tax` boolean
    - `products_price_include_exclude_tax` boolean
    - `delivery_tax` 'Non' | 'Excludes' | 'Includes'
    - `delivery_show_tax` boolean
    - `tax_rates` TaxRateModel[], nullable
      - `id` integer
      - `name` string, required
      - `value` number, double, required
    - `country_codes` CountryCodeModel[], nullable
      - `id` integer
      - `country` string, required
      - `country_code` string, nullable
      - `currency` string, required
      - `charge_tax` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Tax settings not found

---

[API](https://skmtc.dev/ekm/apis/ekm-partner-api.md) · [All operations](https://skmtc.dev/ekm/apis/ekm-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ekm/ekm-partner-api/revisions/853bef073bb3/schema)
