---
title: "Get a product category"
method: GET
path: "/productcategories/{id}"
tags: ["ProductCategories"]
---

# Get a product category

`GET /productcategories/{id}`

## Path parameters

- `id` string, required

## Response `200`

Product category

- ProductCategoryResponse — A full response object for a product category-related endpoint.
  - `productCategories` ProductCategory[]
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `name` unknown
    - `modifiedTime` integer
    - `href` unknown

---

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