v1

latestOpenAPI 3.1.02026-08-044330906.8 KB

Retorna os dados de rastreamento/nf de um pedido

Lista de pedidos

get/pedidos/{pedidoId}/rastreamento

Path parameters

pedidoIdinteger required

Número do pedido que se deseja buscar

Response

200

pedidoRastreamentoIdinteger
dataAtualizacaostring
notaFiscalstring
serieNFstring
cfopinteger
dataEnviadostring
urlNFEstring
chaveAcessoNFEstring
rastreamentostring
urlRastreamentostring
transportadorastring
dataEntregastring

Example response

{
  "dataAtualizacao": "2022-06-28T11:18:19.200Z",
  "notaFiscal": "string",
  "serieNF": "string",
  "dataEnviado": "2022-06-28T11:18:19.200Z",
  "urlNFE": "string",
  "chaveAcessoNFE": "string",
  "rastreamento": "string",
  "urlRastreamento": "string",
  "transportadora": "string",
  "dataEntrega": "2022-06-28T11:18:19.200Z"
}