Sellers
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Respostas
200
New order listed
application/json
idstringOpcional
activebooleanOpcional
titlestringOpcional
404
New order was not found
application/json
422
A query param was invalid
application/json
500
An internal server error was thrown
application/json
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"
}
]