v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Part

Get stock of a part

Returns the current stock amount of the given part.

get/Part/{partId}/getStock

Path parameters

partIdinteger required

ID of part for which you want the current stock.

Response

Successful operation

objectsinteger

Stock amount

Example response

{
  "objects": 10
}