AlphaAlpha Docs
API ReferenceStock inventory

Get stock stats

Retrieves inventory statistics

GET
/inventory/stats
AuthorizationBearer <token>

In: header

Query Parameters

stockSiteId?string
subsidiaryId?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/inventory/stats"
{
  "productsInStock": 0,
  "productsLowStock": 0,
  "productsOutOfStock": 0,
  "totalProducts": 0,
  "totalStockValue": 0.1
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}