---
title: "UpdateItemTaxes"
method: POST
path: "/v2/catalog/update-item-taxes"
tags: ["Catalog"]
---

# UpdateItemTaxes

`POST /v2/catalog/update-item-taxes`

Updates the [CatalogTax](https://developer.squareup.com/reference/square_2021-08-18/objects/CatalogTax) objects that apply to the
targeted [CatalogItem](https://developer.squareup.com/reference/square_2021-08-18/objects/CatalogItem) without having to perform an
upsert on the entire item.

## Request body

- UpdateItemTaxesRequest
  - `item_ids` string[], required — IDs for the CatalogItems associated with the CatalogTax objects being updated.
  - `taxes_to_disable` string[] — IDs of the CatalogTax objects to disable.
  - `taxes_to_enable` string[] — IDs of the CatalogTax objects to enable.

## Response `200`

Success

- UpdateItemTaxesResponse
  - `errors` Error[] — Any errors that occurred during the request.
    - `category` string, required — The high-level category for the error.
    - `code` string, required — The specific code of the error.
    - `detail` string — A human-readable description of the error for debugging purposes.
    - `field` string — The name of the field provided in the original request (if any) that the error pertains to.
  - `updated_at` string — The database [timestamp](https://developer.squareup.com/docs/build-basics/working-with-dates) of this update in RFC 3339 format, e.g., `2016-09-04T23:59:33.123Z`.

---

[API](https://skmtc.net/square/apis/squareup.md) · [All operations](https://skmtc.net/square/apis/squareup/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/square/squareup/versions/8d95e3639487/schema)
