---
title: "Update a single tax rate"
method: POST
path: "/v3/merchants/{mId}/tax_rates/{taxId}"
tags: ["INVENTORY"]
---

# Update a single tax rate

`POST /v3/merchants/{mId}/tax_rates/{taxId}`

## Path parameters

- `mId` string, required
- `taxId` string, required

## Headers

- `User-Agent` string, required

## Request body

- object
  - `id` string
  - `name` string, required
  - `taxType` 'VAT_TAXABLE' | 'VAT_NON_TAXABLE' | 'VAT_EXEMPT' | 'INTERNAL_TAX' | 'PARTNER_TAX' — Tax type used in Argentina.
  - `rate` integer — For percentage based discounts like sales tax
  - `isDefault` boolean
  - `items` object[] — Items associated with this tax rate
    - `id` string — Unique identifier.
  - `taxAmount` integer — For a flat tax like recycling redemption fee, expressed as number of cents
  - `deletedTime` integer — Timestamp when tax rate was last deleted
  - `modifiedTime` integer — Timestamp when tax rate was last modified

## Response `200`

---

[API](https://skmtc.net/clover/apis/platform-api.md) · [All operations](https://skmtc.net/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clover/platform-api/revisions/08da265101a3/schema)
