curl --location --request PUT '/integrations/external_api/orders/status/' \
--header 'X-Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"sellerId": 321,
"partnerId": "ERP-ORDER-10001",
"status": "INVOICED",
"occurredAt": "2026-08-10T14:00:00.000Z",
"nfe": {
"number": "123456",
"series": "1",
"key": "12345678901234567890123456789012345678901234",
"queryUrl": "https://www.nfe.fazenda.gov.br/portal/consultaRecaptcha.aspx",
"totalValue": "3599.00",
"issuedAt": "2026-08-10T13:55:00.000Z"
}
}'