# 5.1 Get Menu

**Request**

| Method | URL                  |
| ------ | -------------------- |
| GET    | /menu/{merchant\_id} |

<br>

**Response**

| Status | Response                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 200    | <p><br></p><p>{</p><p>        "header": "Sıcak İçecekler",</p><p>        "data": \[</p><p>            {</p><p>                "name": "Çay",</p><p>                "description": "Bir adet kurabiye ile servis edilen Türk çayı",</p><p>                "price": "10.0 TL"</p><p>            },</p><p>            {</p><p>                "name": "Kahve",</p><p>                "description": "Taze kavrulmuş kahve",</p><p>                "price": "20.0 TL"</p><p>            },</p><p>            {</p><p>                "name": "Salep",</p><p>                "description": "Geleneksel salep içecek",</p><p>                "price": "25.0 TL"</p><p>            }</p><p>        ]</p><p>    },</p><p>    {</p><p>        "header": "Soğuk İçecekler",</p><p>        "data": \[</p><p>            {</p><p>                "name": "Limonata",</p><p>                "description": "Taze sıkılmış limon suyu ile yapılan limonata",</p><p>                "price": "22.0 TL"</p><p>            },</p><p>            {</p><p>                "name": "Meyve Suyu",</p><p>                "description": "Taze meyvelerle sıkılmış meyve suyu",</p><p>                "price": "35.0 TL"</p><p>            },</p><p>            {</p><p>                "name": "Su",</p><p>                "description": "Soğuk içme suyu",</p><p>                "price": "5.0 TL"</p><p>            }</p><p>        ]</p><p>    },</p><p>    {</p><p>        "header": "Kahvaltı",</p><p>        "data": \[</p><p>            {</p><p>                "name": "Simit",</p><p>                "description": "Susamlı simit, beyaz peynir ve zeytin ile servis edilir",</p><p>                "price": "45.0 TL"</p><p>            },</p><p>            {</p><p>                "name": "Menemen",</p><p>                "description": "Yumurta, domates ve yeşil biberle yapılan menemen ",</p><p>                "price": "85.0 TL"</p><p>            },</p><p>            {</p><p>                "name": "Kahvaltı Tabağı",</p><p>                "description": "Sucuk, pastırma, beyaz peynir ve zeytinle servis edilen kahvaltı tabağı",</p><p>                "price": "135.0 TL"</p><p>            }</p><p>        ]</p><p>    }</p><p><br><br></p> |
| 403    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 400    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 401    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 401    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| 500    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hilals-organization.gitbook.io/magicpay-documentation/5.-products/5.1-get-menu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
