Fast checkout
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
newOrderIdstringObrigatório
ID do novo pedido
Corpo
enablebooleanOpcional
Respostas
200
New order fast checkout updated
*/*
enable_fast_checkoutbooleanOpcional
404
New order was not found
*/*
422
A query param was invalid
*/*
500
An internal server error was thrown
*/*
put/new-orders/{newOrderId}/fast-checkout
PUT /api/b2b/new-orders/{newOrderId}/fast-checkout HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"enable": true
}{
"enable_fast_checkout": true
}