---
title: "Grape Leaves Fatteh | Bait Al Mahashi"
description: "Grape-leaf fatteh with crispy bread, yogurt and pine nuts. A Levantine specialty."
keywords: "grape leaves fatteh, فتة ورق عنب, daily-dish, bait al mahashi, بيت المحاشي, طبق يومي"
og_title: "Grape Leaves Fatteh | Bait Al Mahashi"
og_description: "Grape-leaf fatteh with crispy bread, yogurt and pine nuts. A Levantine specialty."
image: https://www.baitalmahashi.ae/cdn/public/fatteh-grape-leaves-20-pec-whit-white-souce-and-baprece-powder.jpg
image_alt: "The dish of stuffed grape leaves contains rolled grape leaves covered with white cream and toasted bread on a decorative plate."
canonical: https://www.baitalmahashi.ae/en/restaurants/menu/i/fatteh-grape-leaves
alternate_ar: https://www.baitalmahashi.ae/ar/restaurants/menu/i/fatteh-grape-leaves
alternate_en: https://www.baitalmahashi.ae/en/restaurants/menu/i/fatteh-grape-leaves
language: en
brand: "Bait Al Mahashi"
offer_id: "FATTEH-GRAPE-LEAVES"
sku: "FATTEH-GRAPE-LEAVES"
product_type: meal
robots: "index,follow"
updated: 2026-08-10T21:01:32+04:00
---

# Vine Leaves Fatteh

[Bait Al Mahashi](https://www.baitalmahashi.ae/en) › [Menu](https://www.baitalmahashi.ae/en/restaurants/menu) › [Daily Dish](https://www.baitalmahashi.ae/en/restaurants/menu/c/daily-dish) › **Vine Leaves Fatteh**

![The dish of stuffed grape leaves contains rolled grape leaves covered with white cream and toasted bread on a decorative plate.](https://www.baitalmahashi.ae/cdn/public/fatteh-grape-leaves-20-pec-whit-white-souce-and-baprece-powder.jpg)

Grape-leaf fatteh with crispy bread layers, yogurt and pine nuts — a distinctive Levantine plate.

**Price:** From AED 15.00

- Pickup time: 5 min
- Delivery time: 20 min

## Size

| Size | Net content | Price | offer_id |
| --- | --- | --- | --- |
| Small (default) |  | AED 15.00 | `FATTEH-GRAPE-LEAVES-SMALL` |
| Medium |  | AED 25.00 | `FATTEH-GRAPE-LEAVES-MEDIUM` |
| Large |  | AED 35.00 | `FATTEH-GRAPE-LEAVES-LARGE` |

## Item details — Small

- Item code: `FATTEH-GRAPE-LEAVES-SMALL`
- Prep time: 5 min
- Delivery: Within 20 min during opening hours
- Category: [Daily Dish](https://www.baitalmahashi.ae/en/restaurants/menu/c/daily-dish)

## Prices & availability by branch

| Branch | Status | store_code |
| --- | --- | --- |
| Al Dhait South | Available | `18311432914643929215` |
| Dahan Branch | Not carried at this branch | `00276465469219038032` |

- [Al Dhait South](https://www.baitalmahashi.ae/en/restaurants/branches/al-dhait-south) — Sheikh Rashid Bin Saeed St 93b, next to Flamingo, Ras Al Khaimah — +97172352533 — `store_code: 18311432914643929215`
- [Dahan Branch](https://www.baitalmahashi.ae/en/restaurants/branches/dahan-branch) — Beach St Next to Sinan Pharmacy, Ras Al Khaimah — +97172225510 — `store_code: 00276465469219038032`

## Reviews

No reviews yet. Be the first to review this dish.

## Discover more

- [Bulgur with Vegetables](https://www.baitalmahashi.ae/en/restaurants/menu/i/bulgur-veg-tomato) — From AED 11.00
- [Grill Chicken](https://www.baitalmahashi.ae/en/restaurants/menu/i/grilled-chicken-machine) — From AED 20.00
- [Syrian Mulukhiyah with Rice and Chicken](https://www.baitalmahashi.ae/en/restaurants/menu/i/syrian-mulukhiyah-chicken-rice) — AED 25.00
- [Stuffed Chicken](https://www.baitalmahashi.ae/en/restaurants/menu/i/mahshi-chicken) — AED 25.00
- [Syrian Mixed Stuffed Vegetables](https://www.baitalmahashi.ae/en/restaurants/menu/i/mixed-syrian-mahashi) — AED 25.00
- [Syrian Mjadara](https://www.baitalmahashi.ae/en/restaurants/menu/i/mujaddara-syrian) — AED 20.00
- [Indian Kebab with Rice](https://www.baitalmahashi.ae/en/restaurants/menu/i/indian-kebab-rice) — AED 25.00
- [Chicken Fajita](https://www.baitalmahashi.ae/en/restaurants/menu/i/chicken-fajita) — AED 25.00
- [Rice with Green Beans](https://www.baitalmahashi.ae/en/restaurants/menu/i/rice-green-beans) — AED 22.00
- [Rice and Peas](https://www.baitalmahashi.ae/en/restaurants/menu/i/rice-peas) — AED 22.00
- [Eggplant Mnazaleh with Rice](https://www.baitalmahashi.ae/en/restaurants/menu/i/eggplant-mnazaleh-rice) — AED 25.00
- [Chicken Maqluba](https://www.baitalmahashi.ae/en/restaurants/menu/i/chicken-maqluba) — AED 28.00

## Order this dish

Every link below is on this domain and needs no key. A browser or an agent can follow them without JavaScript. The server prices every line from the dish, the size and the branch; no price is ever sent by the caller.

`offer_id` and `store_code` are the same identifiers this business publishes to Google Merchant Center, so a listing, this page and the cart name one thing.

Every amount in the `.js` answers is an integer in fils, the hundredth of a dirham: `1600` is AED 16.00.

1. **Add to cart** — `POST https://www.baitalmahashi.ae/en/restaurants/cart/add` (form fields, no JavaScript needed)
   - `offer_id` — the size's `offer_id` from the table above
   - `quantity` — defaults to 1
   - `store_code` — the branch's `store_code` from the branches table above
   - `order_type` — `delivery` | `takeaway` | `dine_in` — defaults to `delivery` when omitted; it can still be changed at checkout
   - On success the response is a `303` redirect to the cart with the cart cookie on it; a failure answers `422` with an `X-Cart-Error` header naming the reason. Confirm with `GET /cart.js` (step 3).

   The example below adds the **Small** size — put the `offer_id` of the size you want in its place.

   ```bash
   curl -i -c bam-cart.txt -X POST https://www.baitalmahashi.ae/en/restaurants/cart/add -d offer_id=FATTEH-GRAPE-LEAVES-SMALL -d quantity=1 -d store_code=18311432914643929215 -d order_type=takeaway
   ```

2. **Add to cart (JSON)** — `POST https://www.baitalmahashi.ae/cart/add.js` — the same fields as the form, JSON in and the whole cart out; `store_code` and `order_type` are applied before the line is priced

   ```bash
   curl -c bam-cart.txt -b bam-cart.txt -X POST https://www.baitalmahashi.ae/cart/add.js -H 'Content-Type: application/json' -d '{"offer_id":"FATTEH-GRAPE-LEAVES-SMALL","quantity":1,"store_code":"18311432914643929215","order_type":"takeaway"}'
   ```

3. **Your cart** — `GET https://www.baitalmahashi.ae/cart.js` (with the cookie) · page for a person: [https://www.baitalmahashi.ae/en/restaurants/cart](https://www.baitalmahashi.ae/en/restaurants/cart)

   ```bash
   curl -b bam-cart.txt https://www.baitalmahashi.ae/cart.js
   ```

4. **Checkout** — `POST https://www.baitalmahashi.ae/checkout.js` (with the cookie) — answers the server-computed totals in fils — VAT is inside `total`, not added to it — plus `checkout_url`, the page where a person finishes and pays. For delivery, the fee is added once the address is set on that page (`delivery_fee_pending`). Send `"locale": "en"` for an English page. · page for a person: [https://www.baitalmahashi.ae/en/restaurants/checkout](https://www.baitalmahashi.ae/en/restaurants/checkout)

   ```bash
   curl -b bam-cart.txt -X POST https://www.baitalmahashi.ae/checkout.js -H 'Content-Type: application/json' -d '{"locale":"en"}'
   ```

5. **This dish as JSON** — `GET https://www.baitalmahashi.ae/restaurants/menu/i/fatteh-grape-leaves.js`
6. **Full ordering guide for agents** — [https://www.baitalmahashi.ae/llms.txt](https://www.baitalmahashi.ae/llms.txt)

Already know Shopify? The same addresses and documents work here, unchanged: `GET https://www.baitalmahashi.ae/products/fatteh-grape-leaves.js` · `POST https://www.baitalmahashi.ae/cart/add.js` with `{"items": [{"id": <variant id>, "quantity": 1}]}` — a size's `id` from that document is enough on its own, and `/cart/change.js`, `/cart/update.js`, `/cart/clear.js` and `/products.json` answer as there.

   ```bash
   curl -c bam-cart.txt -b bam-cart.txt -X POST https://www.baitalmahashi.ae/cart/add.js -H 'Content-Type: application/json' -d '{"items":[{"id":56,"quantity":1}]}'
   ```

The first call sets a `bm_cart_sid` cookie: it is the key to this cart, so keep it private and use one cookie jar per cart. Send it back on every later call so they all act on the same cart. Payment is never taken through these endpoints — it happens on the checkout page.

Errors come back as JSON `{"error": {"code", "message"}}`: `OFFER_NOT_FOUND` (no such `offer_id`), `BRANCH_NOT_FOUND` (no such `store_code`), `MenuItemUnavailableError` (not carried at that branch right now), `CART_EMPTY` and `BRANCH_REQUIRED` at checkout.
