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

# Get bundle price option relations

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

Requires the `bundle:read` scope. Retrieves a bundle price option along with its related entities such as associated stores and form displays.

## Response `200`

Bundle Price Option with relations

- BundlePriceOptionExtendedRelation
  - `bundle_id` integer — Bundle ID
  - `id` integer — Bundle Price Option ID
  - `name` string — Name
  - `pages` object
    - `all` object[]
      - `business` object
        - `account_holder` string — Name of the account holder
        - `email` string, email — Email address of the business
        - `id` integer — Business ID
        - `is_banned` boolean — Is the business banned?
        - `logo` string, uri — URL to the business logo
        - `unique_id` string — Unique identifier for the business
        - `username` string — Username of the business
      - `id` integer — Page ID
      - `name` string — Name of the page
      - `slug` string — Slug for the page URL
      - `unique_id` string — Unique identifier for the page
    - `will_unpublish` object[]
      - `business` object
        - `account_holder` string — Name of the account holder
        - `email` string, email — Email address of the business
        - `id` integer — Business ID
        - `is_banned` boolean — Is the business banned?
        - `logo` string, uri — URL to the business logo
        - `unique_id` string — Unique identifier for the business
        - `username` string — Username of the business
      - `id` integer — Page ID
      - `name` string — Name of the page
      - `slug` string — Slug for the page URL
      - `unique_id` string — Unique identifier for the page
  - `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
    - `business` object
      - `account_holder` string — Name of the account holder
      - `email` string, email — Email address of the business
      - `id` integer — Business ID
      - `is_banned` boolean — Is the business banned?
      - `logo` string, uri — URL to the business logo
      - `unique_id` string — Unique identifier for the business
      - `username` string — Username of the business
    - `id` integer — Store ID
    - `name` string — Store name
    - `unique_id` string — Unique identifier for the store
  - `unique_id` string — Bundle Price Option Unique ID

## 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)
