Retrieve a Simphony Transaction Services Gen2 menu summary and full menu detail including condiment groups and items
domain: docs.oracle.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Call GET /api/v1/menus/summary with OrgShortName, LocRef, and RvcRef to list the menuId values available to the revenue center
Call GET /api/v1/menus/{menuId} to retrieve full menu detail: comboMeals, condimentGroups (each mapping a condimentGroupId to condimentItemRefs), and the flat condimentItems array
Send the Simphony-Features: enable-condiment-prefix header if prefixed modifiers (e.g. 'no', 'extra') are needed, since this data is only returned with the header on STS Gen2 1.7.1+
Cross-reference condimentGroupId values in condimentGroups against the flat condimentItems array client-side to rebuild the item-to-modifier tree, since it isn't returned pre-joined
Check whether the deployment exposes the newer /api/v2/menus endpoints (available since STS Gen2 1.6.1) if you need expanded combo-meal data
Known gotchas
Menu summary and menu detail are two separate calls; there is no single endpoint returning both a menu list and nested full detail
Condiment groups reference items by ID rather than embedding them, so naive parsing can miss modifiers unless you join the two arrays
Feature-gated fields like condiment prefixes are silently omitted (not an error) when the Simphony-Features header is missing
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?