---
title: "Sweeney Todd"
description: "A performance of Sweeney Todd is scheduled at the Short North Stage at Garden Theater in Columbus. The event will take place on October 3, 2026."
canonical: "https://www.gomry.com/event/Sweeney-Todd-x4BVr252zGSWRV9gK300"
---

# Sweeney Todd

- **Event id**: `x4BVr252zGSWRV9gK300`
- **Starts**: 2026-10-03T18:00:00.000Z (Etc/GMT+4)
- **Ends**: 2026-10-03T21:00:00.000Z (Etc/GMT+4)
- **Where**: Short North Stage at Garden Theater - Columbus, Columbus, US
- **Organizer**: Gomry Retail
- **Availability**: `on_sale`
- **Price**: 112.12–143.05 usd
- **Page**: https://www.gomry.com/event/Sweeney-Todd-x4BVr252zGSWRV9gK300?utm_medium=web&utm_campaign=catalogApi

## About

A performance of Sweeney Todd is scheduled at the Short North Stage at Garden Theater in Columbus. The event will take place on October 3, 2026.

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `external:victory_live%3A6260644970` | FLOOR RIGHT · K | 112.12 | usd | yes | 1–4 | no | — |
| `external:victory_live%3A6260645349` | MAIN FLOOR RIGHT · K. | 138.30 | usd | yes | 1–2 | no | — |
| `external:victory_live%3A6260645300` | MAIN FLOOR LEFT · K. | 140.67 | usd | yes | 1–7 | no | — |
| `external:victory_live%3A6260645087` | MAIN FLOOR RIGHT · J. | 143.05 | usd | yes | 1–2 | no | — |
| `external:victory_live%3A6260645253` | MAIN FLOOR LEFT · J. | 143.05 | usd | yes | 1–2 | 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": "external:victory_live%3A6260644970",
      "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
