> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.erp.olist.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PDV - Pesquisar Produtos

> Serviço destinado a pesquisar produtos para uso no PDV.

## Endpoint

```
POST https://api.tiny.com.br/api2/pdv.produtos.pesquisa.php
```

## Parâmetros

| Parâmetro | Tipo   | Ocorrência  | Descrição                                         |
| --------- | ------ | ----------- | ------------------------------------------------- |
| token     | string | obrigatório | Chave gerada para identificar sua empresa         |
| formato   | string | obrigatório | Formato do retorno (json)                         |
| pesquisa  | string | obrigatório | Termo de pesquisa (nome, SKU ou código de barras) |
| pagina    | int    | opcional    | Número da página (padrão: 1)                      |

## Exemplo de chamada

```bash theme={null}
curl -X POST https://api.tiny.com.br/api2/pdv.produtos.pesquisa.php \
  -d "token=SEU_TOKEN&formato=json&pesquisa=camiseta"
```
