---
title: "List stock adjustments"
method: GET
path: "/stock_adjustments"
tags: ["Stock Adjustment"]
---

# List stock adjustments

`GET /stock_adjustments`

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string[]
- `order` 'asc' | 'desc'
- `q[]` string[]

## Response `200`

successful operation

- object
  - `stock_adjustments` 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
  - `total_entries` integer
  - `links` object
    - `self` string, uri
    - `previous` string, uri
    - `next` 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)
