---
title: "Insere um rastreamento e status a um pedido"
method: POST
path: "/pedidos/{pedidoId}/rastreamento"
---

# Insere um rastreamento e status a um pedido

`POST /pedidos/{pedidoId}/rastreamento`

## Path parameters

- `pedidoId` integer, required

## Request body

- object
  - `situacaoPedidoId` integer — Id da situação do pedido
  - `centroDistribuicaoId` integer — Id do centro de distribuição
  - `rastreamento` string — Rastreamento
  - `dataEvento` string, date — Data do pedido
  - `numeroNotaFiscal` string — Número da nota fiscal (optional)
  - `chaveAcessoNFE` string — Chave acesso NFE (optional)
  - `urlNFE` string — URL NFE (optional)
  - `serieNFE` string — Serie NFE (optional)
  - `cfop` string — CFOP (optional)
  - `urlRastreamento` string — URL Rastreamento
  - `fulfillment` boolean — Permite atualizar o tracking sem informar um CD.

## Response `200`

200

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