---
title: "Lists Inventory taxes available for accounting"
method: GET
path: "/taxes"
tags: ["Inventory"]
---

# Lists Inventory taxes available for accounting

`GET /taxes`

returns a list with all the Taxes available for accounting system to use.

## Query parameters

- `location_mytime_id` integer
- `location_mytime_id` integer
- `page` integer
- `per_page` integer

## Headers

- `X-Subdomain` string
- `X-Partner` string

## Response `200`

lists taxes available

- object
  - `inventory_taxes` TaxResponse[]
    - `mytime_id` integer
    - `name` string
    - `rate` number

## Other responses

- `401` — Unauthorized
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

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