---
title: "Listar produtos"
method: GET
path: "/v1/produtos"
tags: ["Produtos"]
---

# Listar produtos

`GET /v1/produtos`

Listar todos os produtos do estabelecimento.

## Query parameters

- `page` integer
- `pageSize` integer
- `nome` string

## Headers

- `estabelecimentoId` string, required

## Response `200`

Success

- ProdutoItemListDTOPagedList
  - `page` integer
  - `pageSize` integer
  - `totalPages` integer
  - `totalRecords` integer
  - `data` ProdutoItemListDTO[], nullable
    - `id` integer
    - `nome` string, nullable

---

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