---
title: "Get Tax For Tax Class"
method: GET
path: "/v2/tax/taxclass/{taxClassId}/{companyId}/{departureCountryISO}/{shipmentCountryISO}"
tags: ["tax"]
---

# Get Tax For Tax Class

`GET /v2/tax/taxclass/{taxClassId}/{companyId}/{departureCountryISO}/{shipmentCountryISO}`

Returns the Taxrate for the given Item

## Path parameters

- `departureCountryISO` string, required
- `shipmentCountryISO` string, required
- `taxClassId` string, uuid, required
- `companyId` string, uuid, required — Represents a key for identifying a firm within the application.

## Query parameters

- `taxNumber` string
- `invoiceCountryISO` string
- `invoiceCountryStateISO` string
- `shipmentCountryStateISO` string

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

The TaxRate for the given TaxClassId.

- JTLWawiRestContractsModelsV1TaxTaxRate — Model Class: TaxRate
  - `rate` number — The given Rate
  - `taxClassId` string, uuid
  - `departureCountryISO` string — Country ISO code of the address.
  - `shipmentCountryISO` string — Country ISO code of the address.

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No TaxClass with the given ID exists.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
