Invoice fields — HTML preview, not a PDF
Northline Goods
accent #9E2A22
Invoice INV-2208
Date 2026-08-31
Cedar & Pine Outfitters
440 Warehouse Ave, Dock 3
- TOTE-12 · Canvas tote — natural12 × 1800¢
- INK-RED · Stamp pad, warehouse red2 × 650¢
- TWILL-01 · Twill apron4 × 2400¢
{
"template": "invoice",
"brand": {
"name": "Northline Goods",
"accent": "#9E2A22",
"address": "18 Mercer Street\nHoboken, NJ 07030"
},
"data": {
"invoice_id": "INV-2208",
"date": "2026-08-31",
"due_date": "2026-09-14",
"bill_to": {
"name": "Cedar & Pine Outfitters",
"address": "440 Warehouse Ave, Dock 3",
"city": "Newark",
"region": "NJ",
"postal": "07105",
"country": "US"
},
"from": {
"name": "Northline Goods",
"address": "18 Mercer Street\nHoboken, NJ 07030"
},
"items": [
{
"sku": "TOTE-12",
"name": "Canvas tote — natural",
"qty": 12,
"unit_amount_cents": 1800,
"description": "Natural canvas, 12 oz"
},
{
"sku": "INK-RED",
"name": "Stamp pad, warehouse red",
"qty": 2,
"unit_amount_cents": 650
},
{
"sku": "TWILL-01",
"name": "Twill apron",
"qty": 4,
"unit_amount_cents": 2400
}
],
"currency": "USD",
"tax_cents": 0,
"notes": "Net 14. Tax printed as sent — Slipmill does not calculate tax."
}
}