Paste or upload a CSV. Map columns to the packing-slip schema. Download the payload. This page does not call /v1/render.
Slipmill payload
{
"template": "packing-slip",
"brand": {
"name": "Northline Goods"
},
"data": {
"order_id": "NL-10428",
"date": "2026-08-31",
"ship_to": {
"name": "Cedar & Pine Outfitters",
"address": "440 Warehouse Ave, Dock 3",
"city": "Newark",
"region": "NJ",
"postal": "07105",
"country": "US"
},
"from": {
"name": "Northline Goods",
"address": "From address"
},
"items": [
{
"sku": "TOTE-12",
"name": "Item",
"qty": 12
},
{
"sku": "INK-RED",
"name": "Item",
"qty": 2
}
],
"notes": "Leave on dock if closed"
}
}