---
title: "Get a storefront bundle price option by slug"
method: GET
path: "/v3/stores/{store_id}/public/bundle-price-options/{slug}"
tags: ["Storefront"]
---

# Get a storefront bundle price option by slug

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

Public storefront endpoint. Fetches a store-scoped bundle price option by slug. Use the returned bundle_price_option_id in cart and checkout payloads.

## Response `200`

Storefront bundle price option detail

- StorefrontBundlePriceOptionDetail
  - `id` integer, required — Bundle price option ID.
  - `bundle_price_option_id` integer, required — Bundle price option ID used in cart and checkout payloads.
  - `bundle_id` integer, required — Owning bundle ID.
  - `slug` string, required
  - `name` string, required — Public bundle display name.
  - `description` string, nullable
  - `meta_thumbnail` string, nullable
  - `entity_type` 'bundle_price_option', required
  - `is_multiple` boolean, nullable
  - `option1_name` string, nullable
  - `option2_name` string, nullable
  - `option3_name` string, nullable
  - `in_stock` boolean, required
  - `price_range` StorefrontPriceRange, nullable, required
    - `min` union
      - string
      - number
    - `max` union
      - string
      - number
  - `images` string[], required
  - `taxonomy` StorefrontTaxonomy, nullable
    - `id` integer
    - `name` string
    - `full_path` string
  - `created_at` string, date-time, nullable
  - `rich_description` string, nullable
  - `bundle_name` string — Owning bundle name.
  - `bundle_price_option_name` string — Bundle price option display name.
  - `price` union
    - string, nullable
    - number
  - `weight_bump` integer, nullable
  - `bundlelines` StorefrontBundleLine[]
    - `variant_id` integer, required
    - `quantity` integer, required
    - `variant_name` string, nullable
    - `product_name` string, nullable

## Other responses

- `404` — Not Found

---

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