v1

latestOpenAPI 3.1.02026-08-044330906.8 KB

Retorna todas as categorias

Lista de categorias

get/categorias

Query parameters

hierarquiaboolean

Hierarquia da categoria

apenasResellerboolean

Se será apresentado apenas Reseller

apenasUltimoNivelboolean

Se será apresentado apenas o último nível das categorias

somenteFilhosboolean

Se será apresentado somente categorias filhas

ativoboolean

Define se deseja listar apenas categorias ativas ou inativas

Response

200

idinteger
nomestring
categoriaPaiIdinteger
categoriaERPIdstring
ativoboolean
isResellerboolean
exibirMatrizAtributosstring
quantidadeMaximaCompraUnidadeinteger
valorMinimoComprainteger
exibeMenuboolean
urlHotSitestring

Example response

[
  {
    "nome": "string",
    "categoriaERPId": "string",
    "ativo": true,
    "isReseller": true,
    "exibirMatrizAtributos": "Sim",
    "exibeMenu": true,
    "urlHotSite": "string"
  }
]