---
title: "MARINO Wine Festival"
description: "<p>🍇 <em>MARINO WINE FESTIVAL</em> 🍇</p><p>Ready for a day full of wine, good vibes and new friends? 👀🍷</p><p>📅 <em>When</em>: Sunday, 4th October</p><p>📍 <em>Meeting point</em>: EUR Magliana at"
canonical: "https://www.gomry.com/event/MARINO-Wine-Festival-aXzLZbJF9QnkoltGQqCK"
---

# MARINO Wine Festival

- **Event id**: `aXzLZbJF9QnkoltGQqCK`
- **Starts**: 2026-10-04T08:00:00.000Z (Europe/Rome)
- **Ends**: 2026-10-04T10:00:00.000Z (Europe/Rome)
- **Where**: Roma, Italia
- **Organizer**: ESN Roma Tre
- **Availability**: `on_sale`
- **Price**: 22.00 eur
- **Page**: https://www.gomry.com/event/MARINO-Wine-Festival-aXzLZbJF9QnkoltGQqCK?utm_medium=web&utm_campaign=catalogApi

## About

<p>🍇 <em>MARINO WINE FESTIVAL</em> 🍇</p><p>Ready for a day full of wine, good vibes and new friends? 👀🍷</p><p>📅 <em>When</em>: Sunday, 4th October</p><p>📍 <em>Meeting point</em>: EUR Magliana at 10:00 AM </p><p>We’re heading to Marino’s famous Wine Festival for a day of drinking, laughing and enjoying the festival atmosphere together! 🎉🫂</p><p>The return bus will leave Marino around 8 PM⏰</p><p>💵Only €22! <em>All of these included:</em>✨ <br>🍷 Wine at the festival <br>🎁 A cute welcome kit with a wine glass holder <br>🚌 Round-trip private bus</p><p>Come ready for a day of wine, laughs and good vibes! 🥂✨</p><p></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `SitFxbd8Q3Fgb7ec2fkr` | Bus N°1 | 22.00 | eur | yes | 1–3 | no | — |
| `wbCa16TO2ePeZPhWMTeD` | Bus N°2 | 22.00 | eur | yes | 1–3 | no | — |
| `2xxhMaqLBaD8sk2trzcL` | Bus N°3 | 22.00 | eur | yes | 1–unlimited | no | — |
| `AOzHWVLfyZVuu3fnY0QO` | Bus N°4 | 22.00 | eur | yes | 1–3 | no | — |

Prices exclude the service fee. `buyable now` is a boolean, not a count —
remaining stock is the organizer's information and is not published; create
a checkout session to find out whether a given quantity fits.

## Buying this with an agent

The `ticket type id` column above is `items[].id` below. This body is
complete and can be sent as it stands, with the buyer details replaced:

```
POST https://www.gomry.com/api/v1/checkout_sessions
Authorization: Bearer <token>
API-Version: 2025-09-12
Content-Type: application/json

{
  "items": [
    {
      "id": "SitFxbd8Q3Fgb7ec2fkr",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  }
}
```

The response `totals` is the authoritative price — it includes the service
fee, which is not in the table above and depends on the cart and the
organizer's fee settings. Never compute a total from this document.

No human is needed for the credential: register at `https://www.gomry.com/api/mcp/oauth/register`
for the `client_credentials` grant. Full flow: https://www.gomry.com/auth.md
