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

Change order

Atualizar ordenação de campo da configuração de tela nativa "Meus Pedidos" (Parceiro)

put
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
idstringOpcional
orderinteger · int32Opcional
typestring · enumOpcionalValores possíveis:
Respostas
200

OK

Sem conteúdo

put/portals/partners/my-orders/change-order
PUT /api/b2b/portals/partners/my-orders/change-order HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 41

{
  "id": "text",
  "order": 1,
  "type": "DELIVERY"
}

Sem conteúdo