---
title: "Retrieve a single Tax information."
method: GET
path: "/taxes/{id}.json"
tags: ["Taxes"]
---

# Retrieve a single Tax information.

`GET /taxes/{id}.json`

## Path parameters

- `id` integer, required

## Response `200`

A Tax information object

- Tax
  - `tax` TaxFields
    - `id` integer — Unique identifier of the Tax
    - `name` string — Name that identifies tax
    - `country` string — Country name where the Tax applies
    - `region` string — Region name where the Tax applies
    - `category_id` integer — Unique identifier of the category of the Tax
    - `tax_amount` number, float — Tax value for the given Tax
    - `fixed` boolean — True if the tax has a fixed valued amount
    - `shipping` boolean — True if the tax should be applied to shipping costs

## Other responses

- `404` — Tax Not Found.

---

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