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

Field options

Buscar campos disponíveis para configuração de busca de produto no Novo Pedido por ID

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

OK

application/json
namestringOpcional
descriptionstringOpcional
get/new-orders/{newOrderId}/search/product/field-options
GET /api/b2b/new-orders/{newOrderId}/search/product/field-options HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  {
    "name": "text",
    "description": "text"
  }
]