---
title: "Retorna uma tabela de preços"
method: GET
path: "/tabelaPrecos/{tabelaPrecoId}"
---

# Retorna uma tabela de preços

`GET /tabelaPrecos/{tabelaPrecoId}`

Tabela de preços específica

## Path parameters

- `tabelaPrecoId` integer, required

## Response `200`

200

- object
  - `tabelaPrecoId` integer
  - `nome` string
  - `dataInicial` string
  - `dataFinal` string
  - `ativo` boolean
  - `isSite` boolean

## Other responses

- `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)
