Free, customizable template with 17 dynamic fields. Use it via the API or duplicate it in your dashboard.
POST /api/v1/pdf
{
"template_id": "packing-slip",
"variables": {
"company_name": "...",
"order_number": "...",
"order_date": "...",
...
}
}