---
title: "Get supplier product count"
method: GET
path: "/suppliers/{id}/products/count"
tags: ["suppliers"]
---

# Get supplier product count

`GET /suppliers/{id}/products/count`

Returns the number of active products for a supplier

## Path parameters

- `id` string, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/resourcly/apis/resourcly-api.md) · [All operations](https://skmtc.net/resourcly/apis/resourcly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/resourcly/resourcly-api/revisions/7f97d8cd0f1e/schema)
