---
title: "List product tax codes"
method: GET
path: "/public/v2/product-tax-codes/"
tags: ["Product Tax Codes"]
---

# List product tax codes

`GET /public/v2/product-tax-codes/`

Retrieve product tax codes available to the organization, including global tax codes.

## Query parameters

- `search` string, nullable
- `code` string, nullable
- `description` string, nullable
- `source` Sources[], nullable
- `is_active` boolean, nullable
- `is_global` boolean, nullable
- `ordering` string, nullable
- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedPublicProductTaxCodeSchemaOut
  - `items` PublicProductTaxCodeSchemaOut[], required
    - `id` integer, required
    - `code` string, required
    - `description` string, required
    - `source` 'INTERNAL' | 'AVALARA', required
    - `is_active` boolean, required
    - `is_global` boolean, required
  - `count` integer, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api/versions/525a590a98f8/schema)
