For the complete documentation index, see llms.txt. This page is also available as Markdown.

Status

Recuperar status atual do Pedido

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
orderIdstringObrigatório
Respostas
200

OK

application/json
status_idstringOpcional
titlestringOpcional
can_edit_by_customerbooleanOpcional
created_atstring · date-timeOpcional
get/orders/{orderId}/status
GET /api/sales/orders/{orderId}/status HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "status_id": "text",
  "title": "text",
  "can_edit_by_customer": true,
  "created_at": "2026-01-01T00:00:00.000Z"
}