---
title: "Adjust item stock"
method: PUT
path: "/stock/adjust"
tags: ["Stock"]
---

# Adjust item stock

`PUT /stock/adjust`

Adjust item stock

## Request body

- object
  - `item_id` string, required — Item ID in DigiTax
  - `quantity` number, required — Stock quantity
  - `action` 'ADD' | 'DEDUCT', required — Adjust type
  - `movement_type` string, required — Stock movement type code

## Response `200`

Success

- object
  - `id` string, required
  - `item_code` string, required
  - `stock_quantity` integer, required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints.md) · [All operations](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitax/digitax-kenya-api-endpoints/revisions/1fc0cdf61f70/schema)
