Sent whenever an outlet's product stock level has changed in a significant manner
Required
MaxLength(16)
OrganisationCode :
string
The unique organisation code associated with the organisation that this update is for
Required
Kapow :
string (GUID)
The unique organisation identifier associated with the organisation that this notification is for
Required
OutletID :
string (GUID)
The outlet ID that this notification is being generated from
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 RemoteOrderProduct.ProductID / MenuItem.ProductID whose stock levels are being reported on with StockLevel.
This StockLevel warning will apply to any occurrence of ProductID in any Menu (with / without ProductModifierID) for the specified Kapow+OutletID
Example
{
"OrganisationCode": "string value",
"Kapow": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"OutletID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"StockLevel": 1,
"ProductID": "string value"
}