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

# Count business bundles

`GET /v3/bundles/count`

Requires the `bundle:list` scope. Retrieves the total count of bundles for the authenticated business. This endpoint does not support any filtering or pagination.

## Query parameters

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

## Response `200`

Bundles count

- BundleCount
  - `count` integer — Total number of bundles

## 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/730030bd6477/schema)
