---
title: "List simplified business bundles"
method: GET
path: "/v3/bundles/simplified"
tags: ["Business Bundles"]
---

# List simplified business bundles

`GET /v3/bundles/simplified`

Requires the `bundle:list` scope. Retrieves a paginated list of bundles with optional filtering. 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. This endpoint returns a simplified version of the bundle data, including only essential fields and active bundle price options.

## Query parameters

- `for_store_id` integer
- `page_size` integer
- `next_cursor` string
- `previous_cursor` string
- `search` string
- `is_bundle_sharing` boolean
- `store_id` integer
- `label` string

## Response `200`

Bundles list (simplified)

- ListBundlesSimplifiedResponseBody — Paginated list payload for v3.
  - `data` BundleListSimplified[], required
    - `bundle_price_options` object[] — List of Bundle Price Options
      - `id` integer — Bundle Price Option ID
      - `is_owned_by_store` boolean — Is owned by store
      - `name` string — Name
      - `price` number, float — Price (including tax)
      - `price_bt` number, float — Price before tax
      - `slug` string — Slug
      - `unique_id` string — Bundle Price Option Unique ID
    - `custom_id` string — Custom Identifier
    - `display` string — Display Name
    - `id` integer — Bundle ID
    - `images` string[] — List of Image URLs
    - `is_bundle_sharing` boolean — Is Bundle Sharing Enabled
    - `name` string — Name
    - `public_name` string — Public Name
    - `weight_bump` integer — Weight Bump
  - `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

---

[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/4354959d76dc/schema)
