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

# Get a bundle price option for a business store

`GET /v3/stores/{store_id}/bundle-price-options/{id}`

Requires the `bundle:read` scope.

## Response `200`

Store-scoped bundle price option

- BusinessStoreBundlePriceOption
  - `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)
