fiveguys_ordering_menu
Fetch a Five Guys store's full menu with real prices from the ordering platform using its restaurant id. Includes exact items, descriptions, calories, and availability.
Instructions
Get one Five Guys store's priced menu from the ordering platform. Returns one restaurant's full menu exactly as Five Guys' own ordering platform sells it, including real per-item prices -- the one field no other endpoint in this family can surface (GET /fiveguys/menu is fiveguys.com's own marketing content and carries no price at all). Categories and items are returned with name, description, price, calories (a single value or a real range, e.g. a fountain drink sized at checkout), an image, and whether the platform currently has the item available. id is the ordering platform's own restaurant id from GET /fiveguys/ordering-locations' locations[].id -- it is not a Yext entity id and does not correspond to any id from GET /fiveguys/search, /fiveguys/nearby, /fiveguys/directory, or /fiveguys/store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ordering platform's restaurant id, from GET /fiveguys/ordering-locations' locations[].id |