---
title: "Retorna todas as categorias"
method: GET
path: "/categorias"
---

# Retorna todas as categorias

`GET /categorias`

Lista de categorias

## Query parameters

- `hierarquia` boolean
- `apenasReseller` boolean
- `apenasUltimoNivel` boolean
- `somenteFilhos` boolean
- `ativo` boolean

## Response `200`

200

- object[]
  - `id` integer
  - `nome` string
  - `categoriaPaiId` integer
  - `categoriaERPId` string
  - `ativo` boolean
  - `isReseller` boolean
  - `exibirMatrizAtributos` string
  - `quantidadeMaximaCompraUnidade` integer
  - `valorMinimoCompra` integer
  - `exibeMenu` boolean
  - `urlHotSite` string

## Other responses

- `422` — 422
- `500` — 500

---

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