---
title: "Obter nota fiscal"
method: GET
path: "/notas/{idNota}"
tags: ["Notas"]
---

# Obter nota fiscal

`GET /notas/{idNota}`

## Path parameters

- `idNota` integer, required

## Response `200`

OK

- ObterNotaFiscalModelResponse — 
  - `situacao` string, 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
  - `tipo` 'E' | 'S', nullable — - E - Entrada - S - Saida
  - `numero` string, nullable
  - `serie` string, nullable
  - `chaveAcesso` string, nullable
  - `dataEmissao` string, nullable
  - `dataPrevista` string, nullable
  - `cliente` NotaFiscalClienteModel — 
    - `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
  - `enderecoEntrega` EnderecoEntregaModelResponse — 
    - `endereco` string, nullable
    - `numero` string, nullable
    - `complemento` string, nullable
    - `bairro` string, nullable
    - `municipio` string, nullable
    - `cep` string, nullable
    - `uf` string, nullable
    - `pais` string, nullable
    - `nomeDestinatario` string, nullable
    - `cpfCnpj` string, nullable
    - `tipoPessoa` string, nullable
    - `telefone` string, nullable
    - `inscricaoEstadual` string, nullable
  - `valor` number, float, nullable
  - `valorProdutos` number, float, nullable
  - `valorFrete` number, float, nullable
  - `vendedor` VendedorResponseModel — 
    - `id` integer
    - `nome` string, nullable
  - `idFormaEnvio` integer, nullable
  - `idFormaFrete` integer, nullable
  - `codigoRastreamento` string, nullable
  - `urlRastreamento` string, nullable
  - `fretePorConta` string, nullable
  - `qtdVolumes` integer, nullable
  - `pesoBruto` number, float, nullable
  - `pesoLiquido` number, float, nullable
  - `id` integer
  - `finalidade` string, nullable — - 1 - Nfe Normal - 2 - Nfe Complementar - 3 - Nfe Ajuste - 4 - Devolucao Retorno - 5 - Credito - 6 - Debito - 7 - Nfe Cupom Referenciado - 8 - Devolucao Retorno Sem Nfe - 9 - Nfe Chave Acesso Referenciada
  - `regimeTributario` 1 | 2 | 3 | 4, nullable — - 1 - Simples Nacional - 2 - Simples Nacional Excesso Receita - 3 - Regime Normal - 4 - Mei
  - `dataInclusao` string, nullable
  - `baseIcms` number, float, nullable
  - `valorIcms` number, float, nullable
  - `baseIcmsSt` number, float, nullable
  - `valorIcmsSt` number, float, nullable
  - `valorServicos` number, float, nullable
  - `valorSeguro` number, float, nullable
  - `valorOutras` number, float, nullable
  - `valorIpi` number, float, nullable
  - `valorIssqn` number, float, nullable
  - `valorDesconto` number, float, nullable
  - `valorFaturado` number, float, nullable
  - `idIntermediador` integer, nullable
  - `idNaturezaOperacao` integer, nullable
  - `idFormaPagamento` integer, nullable
  - `idMeioPagamento` integer, nullable
  - `observacoes` string, nullable
  - `condicaoPagamento` string, nullable
  - `valorNotaComImpostos` number, float
  - `valorBaseDiferimento` number, float, nullable
  - `percentualICMSPartilhaDestino` number, float, nullable
  - `valorTotalICMSFCPDestino` number, float, nullable
  - `valorIPIDevolvido` number, float, nullable
  - `tipoNotaCredito` string, nullable
  - `tipoNotaDebito` string, nullable
  - `valorTotalBCIBSCBS` number, float, nullable
  - `valorTotalIBSUF` number, float, nullable
  - `valorTotalCBS` number, float, nullable
  - `itens` NotaFiscalItemModelResponse[]
    - `idItem` integer, nullable
    - `idProduto` integer, nullable
    - `codigo` string, nullable
    - `ncm` string, nullable
    - `descricao` string, nullable
    - `unidade` string, nullable
    - `quantidade` number, float, nullable
    - `valorUnitario` number, float, nullable
    - `valorTotal` number, float, nullable
    - `cfop` string, nullable
    - `naturezaOperacao` string, nullable
  - `parcelas` NotaFiscalParcelaModelResponse[]
    - `dias` integer, nullable
    - `data` string, nullable
    - `valor` number, float, nullable
    - `observacoes` string, nullable
    - `idFormaPagamento` string, nullable
    - `idMeioPagamento` string, nullable
  - `pagamentosIntegrados` NotaFiscalPagamentoIntegradoModelResponse[]
    - `valor` number, float — Valor do pagamento
    - `tipoPagamento` integer — Tipo de pagamento
    - `cnpjIntermediador` string — CNPJ do intermediador
    - `codigoAutorizacao` string — Código de autorização
    - `codigoBandeira` integer — Código da bandeira
  - `ecommerce` EcommerceResponseModel — 
    - `id` integer, nullable
    - `nome` string, nullable
    - `numeroPedidoEcommerce` string, nullable
    - `numeroPedidoCanalVenda` string, nullable
    - `canalVenda` string, nullable
  - `marcadores` NotaFiscalMarcadorModelResponse[], nullable
    - `descricao` string, nullable
    - `cor` string, nullable
  - `transportador` NotaFiscalTransportadorModelResponse — 
    - `nome` string, nullable
    - `cpfCnpj` string, nullable
    - `ie` string, nullable
    - `endereco` string, nullable
    - `municipio` string, nullable
    - `uf` string, nullable
  - `origem` NotaFiscalOrigemModelResponse — 
    - `id` string, nullable
    - `tipo` 'pedido_compra' | 'venda' | 'notafiscal' | 'ordemservico' | 'cobranca' | 'devolucao', nullable — - pedido_compra - Pedido Compra - venda - Venda - notafiscal - Nota Fiscal - ordemservico - Ordem Servico - cobranca - Cobranca - devolucao - Devolucao

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