---
title: "Retrieves a count of products."
method: GET
path: "/admin/products/count.json"
tags: ["Product"]
---

# Retrieves a count of products.

`GET /admin/products/count.json`

## Query parameters

- `vendor` string
- `product_type` string
- `collection_id` integer
- `created_at_min` string
- `created_at_max` string
- `updated_at_min` string
- `updated_at_max` string
- `published_at_min` string
- `published_at_max` string
- `published_status` string

## Response `200`

OK

- CountResponse
  - `count` integer

---

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