---
title: "List bundle price options"
method: GET
path: "/v3/bundles/{bundle_id}/bundle-price-options"
tags: ["Business Bundles"]
---

# List bundle price options

`GET /v3/bundles/{bundle_id}/bundle-price-options`

Requires the `bundle:list` scope. Retrieves a paginated list of bundle price options associated with a specific bundle. The data is sorted by id in descending order and cannot be changed. Uses cursor-based pagination with default page size of 25 and maximum of 25.

## Query parameters

- `next_cursor` string
- `previous_cursor` string
- `page_size` integer

## Response `200`

Bundle price options list

- ListBundlePriceOptionsResponseBody — Paginated list payload for v3.
  - `data` BundlePriceOption[], required
    - `bundle_id` integer — Bundle ID
    - `id` integer — Bundle Price Option ID
    - `name` string — Name
    - `price` number, float — Price (including tax)
    - `price_bt` number, float — Price before tax
    - `slug` string — Slug
    - `stores` object[] — List of stores where the bundle price option is available
      - `custom_domain` object
        - `full_url` string, uri — Full URL
        - `id` integer — Custom Domain ID
        - `is_verified` boolean — Is Verified
      - `id` integer — Store ID
      - `name` string — Store name
    - `unique_id` string — Bundle Price Option Unique ID
  - `is_paginated` true, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `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/versions/730030bd6477/schema)
