---
title: "GET /api/bundles/{id}"
method: GET
path: "/api/bundles/{id}"
tags: ["api", "bundles"]
---

# GET /api/bundles/{id}

`GET /api/bundles/{id}`

Get a Bundle

## Path parameters

- `id` union, required
  - string
  - string

## Response `200`

OK

- GETBundlesGetABundle200Response
  - `_id` string, required — The ID of the bundle
  - `active` boolean, required — Whether the bundle is active
  - `name` string, required — The name of the bundle
  - `description` string, required — The description of the bundle
  - `image` string, nullable — The image of the bundle
  - `components` object[], required — The components of the bundle
    - `_id` string — The ID of the bundle component
    - `name` string, required — The ID of the bundle component
    - `options` union[], required — Options for the bundle component
      - union
        - object
          - `_id` string — The ID of the option
          - `type` 'pricetype', required
          - `price` number, float, nullable — The price of the bundle component option
          - `priceType` object, required
            - `priceTableId` string, required — The ID of the price table of the bundle component option
            - `priceTypeId` string, required — The ID of the price type of the bundle component option
        - object
          - `_id` string — The ID of the option
          - `price` number, float, nullable — The price of the bundle component option
          - `type` 'product' | 'tickettype', required
    - `minQuantity` number, float, required — Minimum quantity of the bundle component
    - `maxQuantity` number, float, required — Maximum quantity of the bundle component
    - `localization` object — Localization of the bundle component for multiple languages
  - `triggers` object[], required — The triggers of the bundle
    - `_id` string — The ID of the bundle component
    - `type` string
    - `target` object
      - `componentId` string, required — The component which should trigger the bundle
  - `createdAt` string, date-time — An ISO timestamp indicating when the product was created
  - `updatedAt` string, date-time — An ISO timestamp indicating when the product was updated
  - `sellerId` string, required — The ID of the seller of the bundle
  - `showOnlyTotalPrice` boolean, required — Whether to show the total only
  - `localization` object — Localization of the bundle for multiple languages

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
