Get Menu
get_menuRetrieve a restaurant's menu organized by category, showing item codes, names, prices, and sold-out status. Use item codes to add items to cart.
Instructions
Get the menu for a restaurant, organized by category. Returns a compact list with each item's code, name, price, and sold-out status. Use the item code when adding to cart. Use get_item_details if you need topping/customization options for a specific item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restaurant_id | Yes | The vendor code (e.g. 'p7nl') |