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

# Get bundle relations

`GET /v3/bundles/{bundle_id}/relations`

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

## Response `200`

Bundle with relations

- BundleRelation
  - `bundle_price_options` object[] — List of bundle price options
    - `id` integer — Bundle Price Option ID
    - `name` string — Name
    - `unique_id` string — Bundle Price Option Unique ID
  - `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 — Bundle ID
  - `name` string — Name
  - `pages` object — Pages associated with the bundle
    - `all` object[] — All pages associated with the bundle
      - `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[] — Pages that will be unpublished
      - `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
  - `stores` object[] — List of stores associated with the bundle
    - `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

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