---
title: "List all taxation items of an invoice item"
method: GET
path: "/v1/invoices/{invoiceKey}/items/{itemId}/taxation-items"
tags: ["Invoices"]
---

# List all taxation items of an invoice item

`GET /v1/invoices/{invoiceKey}/items/{itemId}/taxation-items`

Retrieves information about the taxation items of a specific invoice item.

## Path parameters

- `invoiceKey` string, required
- `itemId` string, required

## Query parameters

- `pageSize` integer
- `page` integer

## 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

- GETInvoiceTaxationItemsResponse
  - `data` GETInvoiceTaxItemType[] — Container for the taxation items of the invoice item.
    - `availableToCreditAmount` number — The amount of the invoice taxation item that is available to credit.
    - `applicableTaxUnRounded` number — The unrounded amount of the tax.
    - `country` string — The field which contains country code.
    - `balance` number, double — The balance of the taxation item.
    - `creditAmount` number, double — The amount of credit memos applied to the taxation item.
    - `exemptAmount` number, double — The calculated tax amount excluded due to the exemption.
    - `id` string — The ID of the taxation item.
    - `jurisdiction` string — The jurisdiction that applies the tax or VAT. This value is typically a state, province, county, or city.
    - `locationCode` string — The identifier for the location based on the value of the `taxCode` field.
    - `name` string — The name of the taxation item.
    - `paymentAmount` number, double — The amount of payments applied to the taxation item.
    - `taxAmount` number, double — The amount of taxation.
    - `taxCode` string — The tax code identifies which tax rules and tax rates to apply to a specific invoice.
    - `taxCodeDescription` string, nullable — The description of the tax code.
    - `taxDate` string, date — The date that the tax is applied to the invoice, in `yyyy-mm-dd` format.
    - `taxRate` number, double — The tax rate applied to the invoice.
    - `taxRateDescription` string — The description of the tax rate.
    - `taxRateType` 'Percentage' | 'FlatFee' — The type of the tax rate.
  - `nextPage` string, URL — URL to retrieve the next page of the response if it exists; otherwise absent.
  - `success` boolean — Returns `true` if the request was processed successfully.

## 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)
