---
title: "Retrieve all Taxes."
method: GET
path: "/taxes.json"
tags: ["Taxes"]
---

# Retrieve all Taxes.

`GET /taxes.json`

## Response `200`

An array of Taxes

- 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

---

[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/versions/7512c6ae3524/schema)
