---
title: "List bundles for a business store"
method: GET
path: "/v3/stores/{store_id}/bundles"
tags: ["Business Stores"]
---

# List bundles for a business store

`GET /v3/stores/{store_id}/bundles`

Requires the `bundle:list` scope.

## Query parameters

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

## Response `200`

Paginated bundles attached to the store

- BusinessStoreBundleCollectionResponseBody
  - `data` BusinessStoreBundle[], required
    - `id` integer, required
    - `name` string
    - `display` string
    - `bundle_price_options` BusinessStoreBundlePriceOption[], required
      - `id` integer, required — Scalev bundle price option record ID used by checkout/form_display payloads.
      - `name` string
      - `price` number
      - `is_visible` boolean — Present on store-scoped bundle responses.
  - `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/revisions/4354959d76dc/schema)
