# One or more adjustment items are being over adjusted.

One or more adjustment items are being over adjusted

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_transaction_item_over_adjustment",
    "detail": "One or more adjustment items are being over adjusted",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_transaction_item_over_adjustment"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_transaction_item_over_adjustment` |
| Error message | One or more adjustment items are being over adjusted |

## Common causes

- The amount you have specified to adjust is greater than what is available (adjustment_amount_above_remaining_allowed).
- There is nothing left to adjust on a line item (adjustment_transaction_item_has_already_been_fully_adjusted).

## Common solutions

- Reduce the amount you are trying to adjust
- Perform a full adjustment, as this will adjust whatever is remaining
- Remove line item in question from your request
