---
title: "Create a bundle"
method: POST
path: "/v1/event_series/{event_series_id}/bundles"
tags: ["Bundles"]
---

# Create a bundle

`POST /v1/event_series/{event_series_id}/bundles`

For the given event series ID, create a bundle

## Path parameters

- `event_series_id` string, required

## Response `201`

Successfully created a bundle

- Bundle
  - `object` string
  - `id` string
  - `access_code` string, nullable — Code to access a bundle
  - `booking_fee` integer — Booking fee in cents
  - `description` string — Bundle description
  - `group_id` string, nullable — Bundle group ID
  - `name` string — Bundle name
  - `price` integer — Price in cents
  - `products` object[] — Array of associated products
    - `id` string — A unique product identifier
    - `quantity` integer — Product quantity
  - `status` 'HIDDEN' | 'UNAVAILABLE' | 'ON_SALE' | 'SOLD_OUT' — Bundle status
  - `ticket_types` object[] — Array of associated ticket types
    - `id` string — A unique ticket type identifier
    - `quantity` integer — Ticket type quantity

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
