---
title: "Listar separações"
method: GET
path: "/separacao"
tags: ["Separação"]
---

# Listar separações

`GET /separacao`

## Query parameters

- `situacao` unknown
- `idFormaEnvio` integer
- `dataInicial` string
- `dataFinal` string
- `orderBy` 'asc' | 'desc'
- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `itens` ListagemSeparacaoResponseModel[]
    - `id` integer
    - `situacao` string — - 1 - Sit Aguardando Separacao - 2 - Sit Separada - 3 - Sit Embalada - 4 - Sit Em Separacao
    - `dataCriacao` string, nullable
    - `idOrigemVinc` integer, nullable
    - `objOrigemVinc` string, nullable
    - `dataEmissao` string, nullable
    - `dataSeparacao` string, nullable
    - `dataCheckout` string, nullable
    - `cliente` ContatoModelResponse — 
      - `nome` string, nullable
      - `codigo` string, nullable
      - `fantasia` string, nullable
      - `tipoPessoa` 'J' | 'F' | 'E' | 'X', nullable — - J - Juridica - F - Fisica - E - Estrangeiro - X - Estrangeiro No Brasil
      - `cpfCnpj` string, nullable
      - `inscricaoEstadual` string, nullable
      - `rg` string, nullable
      - `telefone` string, nullable
      - `celular` string, nullable
      - `email` string, nullable
      - `endereco` EnderecoModel — 
        - `endereco` string, nullable
        - `numero` string, nullable
        - `complemento` string, nullable
        - `bairro` string, nullable
        - `municipio` string, nullable
        - `cep` string, nullable
        - `uf` string, nullable
        - `pais` string, nullable
      - `id` integer
    - `venda` SeparacaoVendaResponseModel — 
      - `id` integer, nullable
      - `numero` integer, nullable
      - `data` string, nullable
      - `situacao` 8 | 0 | 3 | 4 | 1 | 7 | 5 | 6 | 2 | 9, nullable — - 8 - Dados Incompletos - 0 - Aberta - 3 - Aprovada - 4 - Preparando Envio - 1 - Faturada - 7 - Pronto Envio - 5 - Enviada - 6 - Entregue - 2 - Cancelada - 9 - Nao Entregue
    - `notaFiscal` SeparacaoNotaResponseModel — 
      - `id` integer, nullable
      - `numero` integer, nullable
      - `dataEmissao` string, nullable
      - `situacao` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10, nullable — - 1 - Pendente - 2 - Emitida - 3 - Cancelada - 4 - Enviada Aguardando Recibo - 5 - Rejeitada - 6 - Autorizada - 7 - Emitida Danfe - 8 - Registrada - 9 - Enviada Aguardando Protocolo - 10 - Denegada
    - `ecommerce` EcommerceResponseModel — 
      - `id` integer, nullable
      - `nome` string, nullable
      - `numeroPedidoEcommerce` string, nullable
      - `numeroPedidoCanalVenda` string, nullable
      - `canalVenda` string, nullable
    - `formaEnvio` FormaEnvioResponseModel — 
      - `id` integer
      - `nome` string, nullable
  - `paginacao` PaginatedResultModel — 
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/olist/apis/olist-erp-api-v3.md) · [All operations](https://skmtc.net/olist/apis/olist-erp-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/olist/olist-erp-api-v3/versions/c351400bb11f/schema)
