Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Serviço para alterar a situação de um pedido.
POST https://api.tiny.com.br/api2/pedido.alterar.situacao.php
(1) Situações possíveis: aberto, aprovado, preparando_envio, faturado, pronto_envio, enviado, entregue, cancelado
curl -X POST https://api.tiny.com.br/api2/pedido.alterar.situacao.php \ -d "token=SEU_TOKEN&formato=json&id=789456&situacao=enviado"
{ "retorno": { "status_processamento": 3, "status": "OK" } }