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

Recommended

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

ID de novo pedido

Corpo
sort_typestring · enumOpcionalValores possíveis:
Respostas
200

OK

application/json
sort_typestring · enumOpcionalValores possíveis:
activebooleanOpcional
put/new-orders/{newOrderId}/product-detail/recommended
PUT /api/b2b/new-orders/{newOrderId}/product-detail/recommended HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "sort_type": "SMART"
}
{
  "sort_type": "SMART",
  "active": true
}