# No tax available to adjust

You are attempting to make a tax adjustment on a transaction item but there's not available tax for it.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_no_tax_available_to_adjust",
    "detail": "You are attempting to make a tax adjustment on a transaction item but there's not available tax for it. ID: txnitm_01gj3atzg79psfthpe6mk7a850",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_no_tax_available_to_adjust"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_no_tax_available_to_adjust` |
| Error message | You are attempting to make a tax adjustment on a transaction item but there's not available tax for it. ID: %s |

## Common causes

- There is no tax available to adjust on a line item

## Common solutions

- Perform a tax adjustment on a different item
- Perform a different kind of adjustment on the item
