---
title: "Retrieve a taxation item"
method: GET
path: "/v1/taxation-items/{id}"
tags: ["Taxation Items"]
---

# Retrieve a taxation item

`GET /v1/taxation-items/{id}`

Retrieves the information about a specific taxation item by ID.

## Path parameters

- `id` string, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- GETTaxationItemType — Container for custom fields of a Taxation Item object.
  - `createdById` string — The ID of the Zuora user who created the taxation item.
  - `createdDate` string — The date and time when the taxation item was created in the Zuora system, in `yyyy-mm-dd hh:mm:ss` format.
  - `exemptAmount` number, double — The calculated tax amount excluded due to the exemption.
  - `financeInformation` object — Container for the finance information related to the taxation item.
    - `onAccountAccountingCode` string, nullable — The accounting code that maps to an on account in your accounting system.
    - `onAccountAccountingCodeType` string, nullable — The type of the accounting code that maps to an on account in your accounting system.
    - `salesTaxPayableAccountingCode` string — The accounting code for the sales taxes payable.
    - `salesTaxPayableAccountingCodeType` string — The type of the accounting code for the sales taxes payable.
  - `id` string — The ID of the taxation item.
  - `jurisdiction` string, nullable — The jurisdiction that applies the tax or VAT. This value is typically a state, province, county, or city.
  - `locationCode` string, nullable — The identifier for the location based on the value of the `taxCode` field.
  - `memoItemId` string, nullable — The ID of the credit or debit memo associated with the taxation item.
  - `name` string — The name of the taxation item.
  - `sourceTaxItemId` string, nullable — The ID of the taxation item of the invoice, which the credit or debit memo is created from.
  - `success` boolean — Returns `true` if the request was processed successfully.
  - `taxAmount` number, double — The amount of the tax applied to the credit or debit memo.
  - `taxCode` string, nullable — The tax code identifies which tax rules and tax rates to apply to a specific credit or debit memo.
  - `taxCodeDescription` string, nullable — The description of the tax code.
  - `taxDate` string, date — The date when the tax is applied to the credit or debit memo.
  - `taxRate` number, double — The tax rate applied to the credit or debit memo.
  - `taxRateDescription` string, nullable — The description of the tax rate.
  - `taxRateType` 'Percentage' | 'FlatFee' — The type of the tax rate applied to the credit or debit memo.
  - `updatedById` string — The ID of the Zuora user who last updated the taxation item.
  - `updatedDate` string — The date and time when the taxation item was last updated, in `yyyy-mm-dd hh:mm:ss` format.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

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