---
title: "Get Taxes"
method: GET
path: "/taxes"
tags: ["Taxes"]
---

# Get Taxes

`GET /taxes`

Get list of taxes

## Query parameters

- `client` integer, required

## Response `200`

OK

- object
  - `data` Tax[]
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `name` string
    - `enabled` integer
    - `percentage` integer
    - `client` integer
    - `standard_tax_codes` integer
    - `code` string

---

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