FetchProductStockLevelResponse Model

The response schema from the fetch product stock endpoint

Nullable
outletID : string (GUID)

The OutletID that the product stock levels apply to

Nullable
productStockLevels : ProductStockLevel []

The list of all product ID's that are currently recording a non-sufficient stock level. If a particular product ID is NOT found in this list it can be assumed to have a sufficient level of stock.

Example
{
  "outletID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "productStockLevels": []
}