---
title: "Create order adjustment"
method: POST
path: "/api/v3.3/orders/{orderUid}/order-adjustments"
tags: ["Order Adjustments"]
---

# Create order adjustment

`POST /api/v3.3/orders/{orderUid}/order-adjustments`

Creates a new order adjustment for the specified order UID.

## Path parameters

- `orderUid` string, required

## Request body

- OrderAdjustmentItemAddingApi3Dto
  - `transactionType` 'CHARGE' | 'REFUND', required
  - `adjustmentType` 'RENT' | 'TAX' | 'FEE' | 'SERVICE' | 'RESOLUTION', required
  - `amount` number, required
  - `note` string

## Response `201`

Order adjustment created successfully.

## Other responses

- `401` — Unauthorized access.
- `404` — Order not found.

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
