---
title: "Get stock adjustment"
method: GET
path: "/stock_adjustments/{id}"
tags: ["Stock Adjustment"]
---

# Get stock adjustment

`GET /stock_adjustments/{id}`

## Path parameters

- `id` string, int64, required

## Query parameters

- `q[]` string[]

## Response `200`

Successful operation

- StockAdjustment
  - `adjustment_type` 'Correction' | 'Damaged' | 'Item Sold' | 'Other' | 'Out of Date' | 'Returned' | 'Stock Purchase'
  - `archived_at` string, date-time, nullable
  - `created_at` string, date-time
  - `id` string, int64
  - `links` object
    - `self` string, uri
  - `notes` string, nullable
  - `product` object
    - `links` object
      - `self` string, uri
  - `quantity` string, decimal, nullable
  - `updated_at` string, date-time
  - `user` object
    - `links` object
      - `self` string, uri

---

[API](https://skmtc.net/cliniko/apis/cliniko-api.md) · [All operations](https://skmtc.net/cliniko/apis/cliniko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cliniko/cliniko-api/versions/c129a555ff44/schema)
