# Menus endpoints

Source: https://developer.synup.com/api/menus
Base URL: `https://api.synup.com/api/v4`

| Method | Endpoint | Path |
| --- | --- | --- |
| POST | [Add an item to an existing section](https://developer.synup.com/api/menus/add-an-item-to-an-existing-section) | `/menus/{menuId}/items` |
| POST | [Assign a menu to a location](https://developer.synup.com/api/menus/assign-a-menu-to-a-location) | `/menus/{menuId}/assign-location` |
| POST | [Create a menu](https://developer.synup.com/api/menus/create-a-menu) | `/menus` |
| GET | [Fetch menus for a location](https://developer.synup.com/api/menus/fetch-menus-for-a-location) | `/locations/{locationId}/menus` |
| PUT | [Update menu currency](https://developer.synup.com/api/menus/update-menu-currency) | `/menus/{menuId}/currency` |
