---
title: "Stock Summary"
method: GET
path: "/inventory/stock/summary"
tags: ["Inventory Stock"]
---

# Stock Summary

`GET /inventory/stock/summary`

Get stock per item/location with cost.
Filters:
  - location_id
  - item_id
  - q: search item code/name
  - active_only: only active items

## Query parameters

- `location_id` integer, nullable
- `item_id` integer, nullable
- `q` string, nullable
- `active_only` boolean

## Response `200`

Successful Response

- StockBalance[]
  - `item_id` integer, required
  - `item_code` string, required
  - `item_name` string, required
  - `location_id` integer, required
  - `location_code` string, required
  - `location_name` string, required
  - `on_hand_qty` number, required
  - `average_cost` number, required
  - `total_value` number, required
  - `last_movement_at` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
