---
title: "Love Comes Softly - The Musical"
description: "Love Comes Softly - The Musical will take place at the Blue Gate Music Hall in Shipshewana. This musical event is scheduled for September 24, 2026."
canonical: "https://www.gomry.com/event/Love-Comes-Softly-The-Musical-CMMuLlkoiIftz9yipKCo"
---

# Love Comes Softly - The Musical

- **Event id**: `CMMuLlkoiIftz9yipKCo`
- **Starts**: 2026-09-24T23:00:00.000Z (Etc/GMT+4)
- **Ends**: 2026-09-25T02:00:00.000Z (Etc/GMT+4)
- **Where**: Blue Gate Music Hall, Shipshewana, US
- **Organizer**: Gomry Retail
- **Availability**: `on_sale`
- **Price**: 77.51–134.00 usd
- **Page**: https://www.gomry.com/event/Love-Comes-Softly-The-Musical-CMMuLlkoiIftz9yipKCo?utm_medium=web&utm_campaign=catalogApi

## About

Love Comes Softly - The Musical will take place at the Blue Gate Music Hall in Shipshewana. This musical event is scheduled for September 24, 2026.

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `external:victory_live%3A6380422986` | LEFT · K | 77.51 | usd | yes | 1–2 | no | — |
| `external:victory_live%3A6380430082` | RIGHT · K | 77.51 | usd | yes | 1–2 | no | — |
| `external:victory_live%3A6365449789` | LEFT · G | 87.10 | usd | yes | 1–8 | no | — |
| `external:victory_live%3A6365326185` | RIGHT · F | 88.25 | usd | yes | 1–8 | no | — |
| `external:victory_live%3A6365325920` | RIGHT · E | 89.40 | usd | yes | 1–6 | no | — |
| `external:victory_live%3A6365325750` | RIGHT · D | 90.55 | usd | yes | 1–4 | no | — |
| `external:victory_live%3A6591128353` | RIGHT · C | 134.00 | usd | yes | 1–4 | no | — |
| `external:victory_live%3A6591128383` | LEFT · E | 134.00 | usd | yes | 1–4 | 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%3A6380422986",
      "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
