- Introdução
- People
- Items
- POs
- Sales
- NFes
- NFSes
- Transactions
- Item Categories
- Warehouses
- Custom Fields
- Batches
- Webhooks
- Services
- Accounting
- CTes
Retorna uma NFe específica
GET
/nfes/nfe/{id}
NFes
Requisição
Parâmetros Path
id
string
requerido
Exemplos de Requisição
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/nfes/nfe/'
Respostas
🟢200OK
application/json
Body
chave
string
opcional
type
enum<string>
opcional
Valores permitidos:
SaídaEntrada
date
string
opcional
nNF
string
opcional
serie
string
opcional
status
enum<string>
opcional
Valores permitidos:
AutorizadaPendenteCanceladaDenegada
customer
string
opcional
sale
string
opcional
vNF
number
opcional
dest
object (nfe_dest)
opcional
personId
string
opcional
CNPJ
string
opcional
CPF
string
opcional
xNome
string
opcional
IE
string
opcional
email
string
opcional
enderDest
object (nfe_dest_enderDest)
opcional
items
array[object (nfe_items) {2}]
opcional
prod
object (nfe_prod)
opcional
impostos
object (nfe_impostos)
opcional
total
object (nfe_total)
opcional
vBC
number
opcional
vICMS
number
opcional
vBCST
number
opcional
vST
number
opcional
vProd
number
opcional
vFrete
number
opcional
vDesc
number
opcional
vOutro
number
opcional
vSeg
number
opcional
vIPI
number
opcional
vPIS
number
opcional
vCOFINS
number
opcional
vNF
number
opcional
Exemplo
{
"chave": "string",
"type": "Saída",
"date": "string",
"nNF": "string",
"serie": "string",
"status": "Autorizada",
"customer": "string",
"sale": "string",
"vNF": 0,
"dest": {
"personId": "string",
"CNPJ": "string",
"CPF": "string",
"xNome": "string",
"IE": "string",
"email": "string",
"enderDest": {
"xLgr": "string",
"nro": "string",
"xCpl": "string",
"xBairro": "string",
"xMun": "string",
"UF": "string",
"CEP": "string",
"xPais": "string",
"fone": "string"
}
},
"items": [
{
"prod": {
"itemId": "string",
"variationId": "string",
"cProd": "string",
"cProdOrig": "string",
"xProd": "string",
"xProdOrig": "string",
"uCom": "string",
"qCom": 0,
"vUnCom": 0,
"vProd": 0,
"vFrete": 0,
"vDesc": 0,
"vOutro": 0,
"vSeg": 0,
"CFOP": "string",
"NCM": "string",
"CEST": "string"
},
"impostos": {
"ICMS": {
"orig": "string",
"CST": "string",
"vBC": 0,
"pICMS": 0,
"vICMS": 0,
"vICMSST": 0
},
"IPI": {
"CST": "string",
"vBC": 0,
"pIPI": 0,
"vIPI": 0
},
"PIS": {
"CST": "string",
"vBC": 0,
"pPIS": 0,
"vPIS": 0
},
"COFINS": {
"CST": "string",
"vBC": 0,
"pCOFINS": 0,
"vCOFINS": 0
}
}
}
],
"total": {
"vBC": 0,
"vICMS": 0,
"vBCST": 0,
"vST": 0,
"vProd": 0,
"vFrete": 0,
"vDesc": 0,
"vOutro": 0,
"vSeg": 0,
"vIPI": 0,
"vPIS": 0,
"vCOFINS": 0,
"vNF": 0
}
}
🟠400Bad Request
🔴500Server Error
Modified at 2025-01-21 18:06:46