---
title: "Get a product taxonomy"
method: GET
path: "/v3/product-taxonomies/{id}"
tags: ["Business Products"]
---

# Get a product taxonomy

`GET /v3/product-taxonomies/{id}`

Requires the `product:read` scope. Shows a single product taxonomy by ID.

## Response `200`

Product taxonomy

- ProductTaxonomy
  - `full_path` string — Full Path
  - `id` integer — Taxonomy ID
  - `level_1` string — Level 1
  - `level_2` string — Level 2
  - `level_3` string — Level 3
  - `level_4` string — Level 4
  - `level_5` string — Level 5
  - `level_6` string — Level 6
  - `level_7` string — Level 7

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/4354959d76dc/schema)
