---
title: "Get a bundle for a business store"
method: GET
path: "/v3/stores/{store_id}/bundles/{bundle_id}"
tags: ["Business Stores"]
---

# Get a bundle for a business store

`GET /v3/stores/{store_id}/bundles/{bundle_id}`

Requires the `bundle:read` scope.

## Response `200`

Store-scoped bundle

- BusinessStoreBundle
  - `id` integer, required
  - `name` string
  - `display` string
  - `bundle_price_options` BusinessStoreBundlePriceOption[], required
    - `id` integer, required — Scalev bundle price option record ID used by checkout/form_display payloads.
    - `name` string
    - `price` number
    - `is_visible` boolean — Present on store-scoped bundle responses.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.dev/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/730030bd6477/schema)
