---
title: "Crochet Lesson "
description: "<p>Crochet Lesson &amp; Chill!🧶</p><p>Hey guys! Ready to learn a cozy new skill? On Friday we’re hosting a relaxing afternoon learning how to crochet together! Don't worry if you've never held a hook"
canonical: "https://www.gomry.com/event/Crochet-Lesson-M6prSU5ffZQI3QF9z6Ag"
---

# Crochet Lesson 

- **Event id**: `M6prSU5ffZQI3QF9z6Ag`
- **Starts**: 2026-09-25T15:00:00.000Z (Europe/Rome)
- **Ends**: 2026-09-25T18:00:00.000Z (Europe/Rome)
- **Where**: Roma, Italia
- **Organizer**: ESN Roma Tre
- **Availability**: `on_sale`
- **Price**: 7.00 eur
- **Page**: https://www.gomry.com/event/Crochet-Lesson-M6prSU5ffZQI3QF9z6Ag?utm_medium=web&utm_campaign=catalogApi

## About

<p>Crochet Lesson &amp; Chill!🧶</p><p>Hey guys! Ready to learn a cozy new skill? On Friday we’re hosting a relaxing afternoon learning how to crochet together! Don't worry if you've never held a hook before, everyone is welcome! 🥰</p><p>🗓 When: Friday, September 25th</p><p>⏰ Time: 5:00 PM</p><p>📍 Where: Parco Tevere Marconi (Lungotevere di Pietra Papa)</p><p>💶 Price: €7 (all materials included!)</p><p>Since we'll be chilling in this nice park, we're thinking of grabbing some snacks or drinks at the nearby bar to enjoy while we craft😌</p><p>Spots might be limited, sign up soon!👇✨</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `SabKyKsGyi1hoxNoNABf` | General Admission | 7.00 | eur | yes | 1–1 | no | 2027-09-17T13:22:28.878Z |

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