Sample JSON
One invoice in. One row out.
{
"document_type": "purchase-order",
"po_number": "PO-2026-9921",
"vendor_name": "Initech Manufacturing",
"buyer_name": "Globex Industries",
"order_date": "2026-05-12",
"ship_date": "2026-06-14",
"currency": "USD",
"subtotal": 8400,
"tax": 672,
"total": 9072,
"line_items": [
{
"sku": "BRACKET-44",
"description": "Steel mounting bracket, type B",
"quantity": 200,
"unit_price": 18,
"amount": 3600
},
{
"sku": "BOLT-M8",
"description": "M8 hex bolt, zinc plated, 30mm",
"quantity": 1000,
"unit_price": 0.4,
"amount": 400
},
{
"sku": "PANEL-AL",
"description": "Aluminum panel, 600x400mm",
"quantity": 80,
"unit_price": 55,
"amount": 4400
}
]
}