---
title: "Pasta lab"
description: "<p><strong>Make pasta. Meet people. Eat together.</strong></p><p>Ready to experience one of the most iconic Italian traditions?</p><p>Join us for a fun and social <strong>Pasta Making Night</strong>, "
canonical: "https://www.gomry.com/event/Pasta-lab-uZMxXvxwZpjQBeZlvmUR"
---

# Pasta lab

- **Event id**: `uZMxXvxwZpjQBeZlvmUR`
- **Starts**: 2026-09-29T17:00:00.000Z (Europe/Rome)
- **Ends**: 2026-09-29T20:00:00.000Z (Europe/Rome)
- **Where**: Milano, Italia
- **Organizer**: ESN Milano IULM
- **Availability**: `closed`
- **Price**: 25.00 eur
- **Page**: https://www.gomry.com/event/Pasta-lab-uZMxXvxwZpjQBeZlvmUR?utm_medium=web&utm_campaign=catalogApi

## About

<p><strong>Make pasta. Meet people. Eat together.</strong></p><p>Ready to experience one of the most iconic Italian traditions?</p><p>Join us for a fun and social <strong>Pasta Making Night</strong>, where you’ll learn how to make fresh pasta from scratch and enjoy everything you prepare .</p><p>No cooking experience needed — just bring your appetite and your best energy.🍝</p><p><strong>What’s waiting for you?</strong></p><p>During the event you’ll:</p><ul><li><p>make fresh pasta dough from scratch</p></li><li><p>roll it out by hand</p></li><li><p>learn different pasta shapes</p></li><li><p>prepare fillings and sauces</p></li><li><p>enjoy a glass of wine</p></li><li><p>sit down together and eat your homemade pasta</p><p></p></li></ul><p><em>Ticket is not refundable</em></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `GxP2znmWcXTR77PtXlM9` | Pasta lab | 25.00 | eur | yes | 1–1 | no | 2027-09-13T22:37:16.000Z |

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.

## Registration questions

| question id | question | type | required | answerable | options |
| --- | --- | --- | --- | --- | --- |
| `m1jeb2p8t9ebt56gbk8t3p` | Birthday | date | yes | yes | — |
| `epai0f8b8zk0ikxt08acep` | Phone Number with country code | phoneNumber | yes | yes | — |
| `9dl1373ydxrxuf54zxewi` | Gender | dropdown | yes | yes | Male, Female |
| `47mb5wy7f0b2jvsb2jan65` | Exchange University in Milan | organization | yes | yes | — |

Send these back as `attendee_answers` (`{ question_id, value }`). A missing
required answer keeps a checkout session unpayable. `dropdown` and
`multipleChoice` answers must match one of the listed options exactly.

## 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": "GxP2znmWcXTR77PtXlM9",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "m1jeb2p8t9ebt56gbk8t3p",
      "value": "<answer>"
    },
    {
      "question_id": "epai0f8b8zk0ikxt08acep",
      "value": "<answer>"
    },
    {
      "question_id": "9dl1373ydxrxuf54zxewi",
      "value": "Male"
    },
    {
      "question_id": "47mb5wy7f0b2jvsb2jan65",
      "value": "<answer>"
    }
  ]
}
```

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
