---
title: "Retorna os dados de rastreamento/nf de um pedido"
method: GET
path: "/pedidos/{pedidoId}/rastreamento"
---

# Retorna os dados de rastreamento/nf de um pedido

`GET /pedidos/{pedidoId}/rastreamento`

Lista de pedidos

## Path parameters

- `pedidoId` integer, required

## Response `200`

200

- object
  - `pedidoRastreamentoId` integer
  - `dataAtualizacao` string
  - `notaFiscal` string
  - `serieNF` string
  - `cfop` integer
  - `dataEnviado` string
  - `urlNFE` string
  - `chaveAcessoNFE` string
  - `rastreamento` string
  - `urlRastreamento` string
  - `transportadora` string
  - `dataEntrega` string

## Other responses

- `422` — 422
- `500` — 500

---

[API](https://skmtc.net/fbits/apis/wake-commerce-api.md) · [All operations](https://skmtc.net/fbits/apis/wake-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fbits/wake-commerce-api/revisions/e07940bf249d/schema)
