---
title: "Get a list of countries for tax calculation"
method: GET
path: "/tax/countries"
tags: ["Tax Rate API"]
---

# Get a list of countries for tax calculation

`GET /tax/countries`

Retrieve state list that requires sales tax calculation

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` object[]
    - `code` string — Country code
    - `name` string — Country name
    - `states` object[], nullable
      - `code` string — State code
      - `name` string — State name
      - `shipping_taxable` boolean — Whether shipping is taxable in this state
    - `region` string

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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