# 05 Menu Integration Audit Source checked: Uber Eats "Menu Integration" section shared by you. ## Implemented Now - Retrieve menu: - `GET /api/v1/uber/menu` - Full menu upload/replace: - `PUT /api/v1/uber/menu/replace` (primary) - Individual item updates: - `POST /api/v1/uber/menu/items` - supports stock/price style item-level updates via Menu Items endpoint ## Existing Before - Legacy menu upsert helper route (`POST /api/v1/uber/menu/upsert`) - Store/menu module structure and app-token auth for menu calls ## Pending - Strict typed schemas for full menu payload entities (item, modifier group, category, menu) - Validation rules for image metadata limits and alcoholic item classifications - Dedicated mapper helpers for `core_price` and `bundled_items` enrichment