Skip to content

Instantly share code, notes, and snippets.

@diogenesjup
Created May 21, 2025 00:55
Show Gist options
  • Save diogenesjup/0d1a81a2a5110e6f3579c4a0090c1a09 to your computer and use it in GitHub Desktop.
Save diogenesjup/0d1a81a2a5110e6f3579c4a0090c1a09 to your computer and use it in GitHub Desktop.
JSON exemplo WooCommerce para n8n Fabrica de Plugins
[
{
"headers": {
"host": "sua-url",
"user-agent": "WordPress/6.7.2; sua-url",
"accept": "*/*",
"accept-encoding": "deflate, gzip, br, zstd",
"content-type": "application/json",
"authorization": "Basic dGVzdDp0ZXN0",
"x-forwarded-for": "122.88.67.167",
"x-forwarded-host": "automacoes.fabricadeplugins.com.br",
"x-forwarded-server": "automacoes.fabricadeplugins.com.br",
"content-length": "322",
"connection": "Keep-Alive"
},
"params": {},
"query": {},
"body": {
"numero_pedido": "8004",
"nome_cliente": "Diogenes Junior",
"email_cliente": "[email protected]",
"celular_cliente": "5511111111111",
"endereco_entrega": "",
"produtos_comprados": [
{
"nome": "Plugin Entrega por Km para WooCommerce",
"quantidade": 1,
"preco": "249"
}
],
"total_pedido": "249.00",
"total_frete": "0",
"metodo_pagamento": ""
},
"webhookUrl": "url-webhook",
"executionMode": "production"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment