This preview is a real PDF render produced by the DocMake engine from the sample data on this page.
Operations
Packing Slip
What is in the box, in a format the warehouse and the customer both read at a glance.
Rendered per shipment from your fulfillment data; item rows expand automatically.
Fill-in fields
| shipment_number | Shipment number |
| order_number | Order number |
| ship_date | Ship date |
| recipient_name | Recipient |
| shipping_address | Shipping address |
| carrier | Carrier |
| tracking_number | Tracking number |
| notes | Notes |
| items[] | Repeating list - rows expand automatically for each item |
The data behind the preview
This is the exact JSON that produced the document above. Change the values, POST it to the render API, and you get your version back as DOCX or PDF. Lists grow and shrink with your data; the layout adapts.
- 01 Sign up free and duplicate this template into your workspace.
- 02 Adjust the wording and branding in the visual editor.
- 03 Fill it in the app, share it as a form link, or render it with the API.
{
"shipment_number": "SHP-2026-0642",
"order_number": "ORD-2026-1187",
"ship_date": "August 12, 2026",
"recipient_name": "Acme Corp",
"shipping_address": "540 Market Street, San Francisco, CA 94104",
"carrier": "DHL Express",
"tracking_number": "JD014600003RO",
"items": [
{
"name": "Ergonomic chair",
"sku": "CH-ERG-01",
"qty": "2"
},
{
"name": "Standing desk",
"sku": "DK-STD-02",
"qty": "1"
},
{
"name": "Desk lamp",
"sku": "LM-DSK-05",
"qty": "2"
}
],
"notes": "Two boxes; chair ships partially assembled."
} More operations templates
Incident Report
An incident report template with what/when/where fields, people involved, actions taken, and follow-up items.
View template →Meeting Minutes
A meeting minutes template with agenda notes, decisions, and an action-item table with owners and due dates.
View template →Project Status Report
A weekly project status report template: overall status, workstream table, risks, and next steps.
View template →