Summary
Autorizações
Parâmetros de consulta
partner_idsstring[]Opcional
Respostas
200
OK
application/json
404
Order was not found
application/json
500
An internal server error was thrown
application/json
get
GET /api/sales/orders/summary HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
"orders_quantity": 1,
"statuses": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"title": "text",
"sub_title": "text",
"type": "PENDING",
"can_edit_by_customer": true,
"can_edit_by_api": true,
"show_in_portal": true,
"background_color": "text",
"font_color": "text",
"orders_quantity": 1
}
]
}