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

# Obter item da nota fiscal

`GET /notas/{idNota}/itens/{idItem}`

## Path parameters

- `idNota` integer, required

## Response `200`

OK

- ObterItemNotaFiscalModelResponse — 
  - `id` integer
  - `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
  - `valorFrete` number, float, nullable
  - `valorTotalComImpostos` number, float, nullable
  - `cfop` string, nullable
  - `naturezaOperacao` string, nullable
  - `origem` string, nullable
  - `gtin` string, nullable
  - `gtinEmbalagem` string, nullable
  - `tipo` 'P' | 'S', nullable — - P - Produto - S - Servico
  - `numeroPedidoCompra` string, nullable
  - `numeroItemPedidoCompra` integer, nullable
  - `pesoLiq` number, float, nullable
  - `pesoBruto` number, float, nullable
  - `infoAdicional` string, nullable
  - `obs` string, nullable
  - `pis` NotaFiscalItemPisModelResponse — 
    - `valorImposto` number, float, nullable
  - `icms` NotaFiscalItemIcmsModelResponse — 
    - `valorImposto` number, float, nullable
  - `cofins` NotaFiscalItemCofinsModelResponse — 
    - `valorImposto` number, float, nullable
  - `simples` NotaFiscalItemSimplesModelResponse — 
    - `valorImposto` number, float, nullable
  - `ipi` NotaFiscalItemIpiModelResponse — 
    - `valorImposto` number, float, nullable
  - `ibsCbsIs` NotaFiscalItemIbsCbsIsModelResponse — 
    - `cstIbsCbs` string, nullable
    - `cClassTribIbsCbs` string, nullable
    - `valorImpostoCbs` number, float, nullable
    - `valorImpostoIbsUf` number, float, nullable

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