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

Sellers

Listar Novo Pedidos de Vendedor do portal

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Respostas
200

New order listed

application/json
idstringOpcional
activebooleanOpcional
titlestringOpcional
get/new-orders/sellers
GET /api/b2b/new-orders/sellers HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  {
    "id": "text",
    "active": true,
    "title": "text"
  }
]