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

# Count business products

`GET /v3/products/count`

Requires the `product:list` scope. Returns the total count of products.

## Query parameters

- `page_size` integer
- `next_cursor` string
- `previous_cursor` string
- `search` string
- `is_inventory` boolean
- `is_product_sharing` boolean
- `warehouse_id` integer
- `qty_type` 'available_qty'
- `store_id` integer
- `is_checked` boolean
- `is_owned` boolean
- `item_type` 'physical' | 'digital' | 'course' | 'license' | 'subscription' — Type of the product item
- `label` string
- `pricing_type` 'one_time' | 'recurring'

## Response `200`

Products count

- CountProductsResponseBody
  - `count` integer — Total number of products

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