---
title: "Retrieve a single CustomerCategory."
method: GET
path: "/customer_categories/{id}.json"
tags: ["Customer Categories"]
---

# Retrieve a single CustomerCategory.

`GET /customer_categories/{id}.json`

## Path parameters

- `id` integer, required

## Response `200`

OK

- CustomerCategory
  - `customer_category` CustomerCategoryFields
    - `id` integer — Unique identifier of the CustomerCategory
    - `name` string — Name of the CustomerCategory
    - `code` string — Code of the CustomerCategory

## Other responses

- `404` — CustomerCategory Not Found.

---

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