---
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
- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, 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
    - `created_at` string, date-time, required — Date and time the record was created
    - `updated_at` string, date-time, required — Date and time the record was last updated
    - `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

## Changes

- **2026-08-28** `48edcb3acb74` — 4 info
  - added the new optional `query` request parameter `updated_after`
  - added the new optional `query` request parameter `updated_before`
  - added the required property `items/items/created_at` to the response with the `200` status
  - added the required property `items/items/updated_at` to the response with the `200` status

[Change history](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/product-tax-codes/get.md)

---

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