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

Disable

Disable a stock inventory

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

OK

application/json
idstringOpcional
successfullybooleanOpcional
put/stock/{id}/disable
PUT /api/sales/stock/{id}/disable HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "id": "text",
  "successfully": true
}