---
title: "Retrieve merchant product tax categories"
method: GET
path: "/taxcategories/"
tags: ["Tax categories"]
---

# Retrieve merchant product tax categories

`GET /taxcategories/`

Fetches all the available tax categories

## Headers

- `Accept` 'application/json', required
- `X-Avangate-Authentication` string, required

## Response `200`

OK

- ProductGetTaxCategory[]
  - `ProductTaxCategoryUUID` string — The ID of the product tax category available.
  - `Name` string — The name of the product tax category available

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
