---
title: "Retorna um fabricante específico pelo id"
method: GET
path: "/fabricantes/{fabricanteId}"
---

# Retorna um fabricante específico pelo id

`GET /fabricantes/{fabricanteId}`

Fabricante encontrado

## Path parameters

- `fabricanteId` integer, required

## Response `200`

200

- object
  - `fabricanteId` integer
  - `ativo` boolean
  - `nome` string
  - `urlLogoTipo` string
  - `urlLink` string
  - `urlCarrossel` 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/versions/e07940bf249d/schema)
