---
title: "List product taxonomies"
method: GET
path: "/v3/product-taxonomies"
tags: ["Business Products"]
---

# List product taxonomies

`GET /v3/product-taxonomies`

Requires the `product:list` scope. Retrieves a cursor-paginated list of product taxonomies sorted by full_path in ascending order.

## Query parameters

- `page_size` integer
- `next_cursor` string
- `previous_cursor` string
- `search` string

## Response `200`

Paginated list of product taxonomies

- ListProductTaxonomiesResponseBody — Paginated list payload for v3.
  - `data` ProductTaxonomy[], required
    - `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
  - `is_paginated` true, required
  - `has_next` boolean
  - `page_size` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[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/730030bd6477/schema)
