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

Fast checkout

Ativar/Desativar Fast checkout Novo Pedido

put
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
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
}