---
title: "Read bundle details"
method: GET
path: "/2023-10/bundle/{id}"
---

# Read bundle details

`GET /2023-10/bundle/{id}`

## Path parameters

- `version` string, required
- `id` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` string
    - `name` string
    - `description` string
    - `imageURL` string
    - `status` string
    - `type` string
    - `purchaseType` string
    - `currencyCode` string
    - `currencySymbol` string
    - `categories` object[]
    - `boxSizes` object[]
      - `id` string
      - `name` string
      - `minSize` integer
      - `maxSize` integer
      - `defaultSelected` boolean
    - `discounts` object[]
      - `id` string
      - `name` string
      - `code` string
      - `type` string
      - `value` integer
      - `minCartValue` integer
      - `freeShipping` boolean
      - `minCartQuantity` integer
      - `maxCartQuantity` integer
      - `conditionType` string
      - `purchaseType` string
      - `appliesOnEachItem` boolean
    - `sellingPlans` object[]
      - `shopifyId` integer
      - `name` string
      - `description` string
      - `discounts` object[]
        - `type` string
        - `value` integer
      - `deliveryInterval` string
      - `deliveryIntervalCount` integer
      - `billingInterval` string
      - `billingIntervalCount` integer
    - `products` object[]
      - `shopifyId` integer
      - `title` string
      - `handle` string
      - `status` string
      - `options` object[]
        - `id` integer
        - `name` string
        - `values` string[]
        - `position` integer
        - `product_id` integer
      - `variants` object[]
        - `shopifyId` integer
        - `title` string
        - `price` string
        - `position` integer
        - `taxable` boolean
        - `imageURL` string
        - `requiresShipping` integer
        - `outOfStock` boolean
      - `categoryId` unknown
      - `limits` object[]
        - `boxSizeId` string
        - `categoryId` unknown
        - `maxValue` integer
  - `code` string
  - `pageInfo` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
