ProductStockLevel
Model
An entry describing a single product's stock level
Required
stockLevel :
RemoteOrderStockLevel
The updated stock level specific to ProductID
This StockLevel warning will apply to any occurrence of ProductID in any Menu (with / without ProductModifierID) for the specified Kapow+OutletID
Required
MaxLength(64)
productID :
string
The product whose stock levels are being reported on with StockLevel.
This StockLevel warning will apply to any occurrence of ProductID in any RemoteOrder Menu (with / without ProductModifierID) for the parent Kapow+OutletID
Example
{
"stockLevel": 1,
"productID": "string value"
}