Menu
Grubtech will push the availability and item quantities to the external system via webhook endpoint.
post/{storeId}/menus/items/availability
Path parameters
storeIdstring required
Unique Identifier for location in which menu item availability got updated. This ID will be provided by either Grubtech or the aggregator.
Request body
Example request
[
{
"id": "601e50ce9509110c35650e01",
"sku": "FG-00923",
"quantity": 100,
"availability": "AVAILABLE"
}
]Response
No Content