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

# Get order adjustments

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

Returns a list of order adjustments for the specified order ID or UID.

## Path parameters

- `orderUid` string, required

## Response `200`

Successful operation.

- OrderAdjustmentsResponseWrapper
  - `orderAdjustmentItems` OrderAdjustmentItemApi3Dto[]
    - `uid` string
    - `transactionType` 'CHARGE' | 'REFUND'
    - `adjustmentType` 'RENT' | 'TAX' | 'FEE' | 'SERVICE' | 'RESOLUTION'
    - `amount` number
    - `note` string
    - `createdUtcDateTime` string
    - `externalId` string
  - `_metadata` Api3ResponseMetadata
    - `count` integer
    - `totalCount` integer

## Other responses

- `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)
