---
title: "Retorna o último status de um pedido"
method: GET
path: "/pedidos/{pedidoId}/status"
---

# Retorna o último status de um pedido

`GET /pedidos/{pedidoId}/status`

Último status do pedido

## Path parameters

- `pedidoId` integer, required

## Response `200`

200

- object
  - `situacaoPedidoId` integer
  - `dataAtualizacao` string
  - `notaFiscal` string
  - `cfop` integer
  - `dataEnviado` string
  - `chaveAcessoNFE` string
  - `rastreamento` string
  - `urlRastreamento` string
  - `nomeTransportadora` string
  - `produtos` object[]
    - `produtoVarianteId` integer
    - `situacaoProdutoId` integer
    - `quantidade` integer
    - `centroDistribuicaoId` integer

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