---
title: "Get product Categories"
method: GET
path: "/product/categories"
tags: ["Product Catalog"]
---

# Get product Categories

`GET /product/categories`

Gets all product categories for your tenant. The results are paginated. To fetch all results pass the cursor returned from a call to the subsequent calls until all results are returned. Initially the cursor should not be specified.

## Query parameters

- `cursor` string, uuid
- `limit` integer

## Response `200`

successful operation

- ProductCategoryPaginationResponse
  - `data` ProductCategory[]
    - `productCategoryId` string
    - `entityIds` string[]
    - `name` string
    - `description` string
    - `inUse` boolean
    - `updatedOn` integer
    - `pkId` string, uuid
  - `numElements` integer
  - `nextCursor` string, uuid

---

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