---
title: "Retorna as listas de compras"
method: GET
path: "/listacompras"
---

# Retorna as listas de compras

`GET /listacompras`

## Query parameters

- `dataCadastro` string, date
- `pagina` integer
- `quantidadeRegistros` integer
- `ativo` boolean

## Response `200`

200

- object[]
  - `listaCompraId` integer
  - `nome` string
  - `alias` string
  - `ativo` boolean
  - `dataCadastro` string
  - `exibirQuantidade` boolean
  - `exibirProdutosIndisponiveis` boolean
  - `grupoListaCompras` object[]
    - `grupoListaCompraId` integer
    - `nome` string
  - `detalhes` object
    - `nome` string
    - `descricao` string
  - `imagens` object[]
    - `listaCompraFotoId` integer
    - `url` string
  - `produtos` object[]
    - `produtoId` integer
    - `quantidade` integer
    - `ordem` integer
    - `exibirParent` boolean
  - `seos` object
    - `title` string
    - `metatags` object[]
      - `listaCompraSEOId` integer
      - `content` string
      - `httpequiv` string
      - `name` string
      - `scheme` 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)
