# Adjustment has already been made in full

You are attempting to adjust a line item that has already been fully adjusted

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "adjustment_transaction_item_has_already_been_fully_adjusted",
    "detail": "One of the transaction items has already been adjusted in full. ID: txnitm_01gj3atzg79psfthpe6mk7a850",
    "documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_transaction_item_has_already_been_fully_adjusted"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `adjustment_transaction_item_has_already_been_fully_adjusted` |
| Error message | One of the transaction items has already been adjusted in full. ID: %s |

## Common causes

- There is nothing left to adjust on a line item

## Common solutions

- Remove the line item/s in question from your request
