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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.