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

Status

Check products for search status

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

Retrieved successfully

application/json
namestringOpcional
typestring · enumOpcionalValores possíveis:
sizeinteger · int64Opcional
countinteger · int64Opcional
get/products/search/status
GET /api/sales/products/search/status HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "name": "text",
  "type": "HEALTH",
  "size": 1,
  "count": 1
}