---
title: "Get Product Categories"
method: GET
path: "/product/categories"
---

# Get Product Categories

`GET /product/categories`

Retrieves the details of all product categories.

## Query parameters

- `include_id` boolean
- `values` boolean
- `value_limit` integer
- `name` string
- `id` integer
- `parent_id` integer
- `parent_name` string
- `limit` integer
- `offset` integer
- `ou_code` string
- `fetch_type` 'ALL' | 'ORG' | 'SCOPE'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` boolean
      - `code` integer
      - `message` string
    - `product` object
      - `count` integer
      - `categories` object
        - `category` object[]
          - `name` string
          - `label` string
          - `description` string
          - `parent_name` unknown
          - `parent_label` unknown
          - `item_status` object
            - `success` boolean
            - `code` integer
            - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.dev/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
