Menu API Grubtech Endpoints
Update Availability
The Update Availability endpoint is designed to modify the availability status of a specific menu item within a menu associated with a particular store. This functionality is useful for managing the real-time availability of menu items, allowing stores to mark items as available or unavailable based on stock levels, operational changes, or other conditions.
put/menus/{menuId}/items/{itemId}/availability
Path parameters
menuIdstring required
Menu id
itemIdstring required
Item id
Request body
Example request
{
"id": "601e50ce9509110c35650e01",
"sku": "FG-00923",
"quantity": 100,
"availability": "AVAILABLE"
}Response
Successful response OK