# Adjustment amount cannot be zero

You are attempting to make an adjustment with zero amount on a transaction item.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_amount_cannot_be_zero",
    "detail": "You are attempting to make an adjustment with zero amount on a transaction item. ID: txnitm_01gj3atzg79psfthpe6mk7a850",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_amount_cannot_be_zero"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_amount_cannot_be_zero` |
| Error message | You are attempting to make an adjustment with zero amount on a transaction item. ID: %s |

## Common causes

- There is an adjustment item with zero amount

## Common solutions

- Increase the amount of the transaction item
