---
title: "Get stock of a part"
method: GET
path: "/Part/{partId}/getStock"
tags: ["Part"]
---

# Get stock of a part

`GET /Part/{partId}/getStock`

Returns the current stock amount of the given part.

## Path parameters

- `partId` integer, required

## Response `200`

Successful operation

- object
  - `objects` integer — Stock amount

## Other responses

- `400` — Bad request. Part was not found
- `401` — Authentication required
- `500` — Server Error

---

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