Similarity
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
404
New order was not found
application/json
500
An internal server error was thrown
application/json
put/new-orders/{newOrderId}/product-detail/similarity
PUT /api/b2b/new-orders/{newOrderId}/product-detail/similarity 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
}