---
title: "Gelato and Tiramisù Cooking Class"
description: "<p>🍨 Gelato &amp; Tiramisù Cooking Class! 🇮🇹✨</p><p>Hey guys! Want to learn how to make the most famous Italian desserts from scratch? Join us for a hands-on workshop where you'll get to make and e"
canonical: "https://www.gomry.com/event/Gelato-and-Tiramisu-Cooking-Class-PLMyQcHI0pQ9IdficQGW"
---

# Gelato and Tiramisù Cooking Class

- **Event id**: `PLMyQcHI0pQ9IdficQGW`
- **Starts**: 2026-09-28T17:00:00.000Z (Europe/Rome)
- **Ends**: 2026-09-28T19:00:00.000Z (Europe/Rome)
- **Where**: Roma, Italia
- **Organizer**: ESN Roma Tre
- **Availability**: `on_sale`
- **Price**: 20.00 eur
- **Page**: https://www.gomry.com/event/Gelato-and-Tiramisu-Cooking-Class-PLMyQcHI0pQ9IdficQGW?utm_medium=web&utm_campaign=catalogApi

## About

<p>🍨 Gelato &amp; Tiramisù Cooking Class! 🇮🇹✨</p><p>Hey guys! Want to learn how to make the most famous Italian desserts from scratch? Join us for a hands-on workshop where you'll get to make and eat your own gelato and tiramisù! ☕😋</p><p>🗓 When: Monday, September 28th at 7:00 PM</p><p>📍 Location: Criollo. Il Bistrot del Gelato (Via Giuseppe Bagnera, 59)</p><p>💶 Price: €20</p><p>👨‍🍳 No experience needed!</p><p>⚠️ LIMITED SPOTS AVAILABLE!</p><p>Unleash your inner chef and satisfy your sweet cravings with us! 🍧✨</p><p></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `7hVZJiTHvls2CnRkLw7L` | General Admission | 20.00 | eur | yes | 1–1 | no | 2027-09-21T19:33:59.557Z |

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": "7hVZJiTHvls2CnRkLw7L",
      "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
