---
title: "Atualizar informações de rastreamento da nota fiscal"
method: PUT
path: "/notas/{idNota}/despacho"
tags: ["Notas"]
---

# Atualizar informações de rastreamento da nota fiscal

`PUT /notas/{idNota}/despacho`

## Path parameters

- `idNota` integer, required

## Request body

- AtualizarInfoRastreamentoNotaFiscalModelRequest — 
  - `codigoRastreamento` string, nullable
  - `urlRastreamento` string, nullable
  - `formaEnvio` FormaEnvioRequestModel — 
    - `id` integer
  - `formaFrete` FormaFreteRequestModel — 
    - `id` integer
  - `fretePagoEmpresa` number, float, nullable
  - `idContatoTransportadora` integer, nullable
  - `volumes` integer, nullable
  - `pesoBruto` number, float, nullable
  - `pesoLiquido` number, float, nullable

## Response `204`

No Content

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