Packing slip

Pack 03 · Logistics · A4

A warehouse-first packing slip designed to work in motion. Route, pick, count and handling information are visually separated so operators can scan the page instead of reading it line by line.

  1. Scan-friendly route and shipment header
  2. Pick confirmation and bin locations
  3. Ordered, packed and backorder quantities
  4. Pack-station verification and handling marks
Use this template →Seeds into your account on signup. No setup.Have your own PDF? Import it →

Example data

The data payload this template expects. Generate packing slip PDFs by POSTing a shape like this to /v1/generate.

sample_data.json
{
  "route_code": "NE4",
  "shipment_number": "SHP-726184",
  "order_number": "SO-104892",
  "ship_date": "2026-07-10",
  "tracking_number": "1Z48Y86A0391047281",
  "carton_count": 2,
  "warehouse_id": "PDX-02",
  "seller": {
    "name": "Fern & Field",
    "address": "14 Foundry Lane, Portland, OR 97214"
  },
  "ship_to": {
    "name": "Mina Okafor",
    "address": "81 Patchen Avenue, Brooklyn, NY 11221",
    "phone": "+1 718 555 0149"
  },
  "carrier": {
    "name": "UPS",
    "service": "Ground"
  },
  "items": [
    {
      "description": "Stoneware planter · large",
      "sku": "STN-PL-L-01",
      "bin": "A-14-2",
      "ordered": 2,
      "packed": 2,
      "backorder": 0
    },
    {
      "description": "Brass watering can · 1.2L",
      "sku": "BRS-WC-12-04",
      "bin": "A-09-1",
      "ordered": 1,
      "packed": 1,
      "backorder": 0
    },
    {
      "description": "Organic potting mix · 5L",
      "sku": "ORG-PM-5L-11",
      "bin": "D-02-3",
      "ordered": 3,
      "packed": 3,
      "backorder": 0
    },
    {
      "description": "Linen tool wrap · moss",
      "sku": "LIN-TW-M-09",
      "bin": "B-07-1",
      "ordered": 1,
      "packed": 1,
      "backorder": 0
    }
  ],
  "instructions": "Place ceramics in carton 1 with moulded pulp inserts. Soil ships upright in carton 2. Include care card.",
  "handling_mark": "FRAGILE · 2 CARTONS · KEEP DRY",
  "packed_by": "EO-17",
  "station": "PACK-06",
  "packed_at": "10 Jul · 14:42"
}
generate.sh
curl -X POST https://doclinth.com/v1/generate \
  -H "Authorization: Bearer dl_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"template_id":"YOUR_TEMPLATE_ID","data":{"route_code":"NE4","shipment_number":"SHP-726184","order_number":"SO-104892","ship_date":"2026-07-10","tracking_number":"1Z48Y86A0391047281","carton_count":2,"warehouse_id":"PDX-02","seller":{"name":"Fern & Field","address":"14 Foundry Lane, Portland, OR 97214"},"ship_to":{"name":"Mina Okafor","address":"81 Patchen Avenue, Brooklyn, NY 11221","phone":"+1 718 555 0149"},"carrier":{"name":"UPS","service":"Ground"},"items":[{"description":"Stoneware planter · large","sku":"STN-PL-L-01","bin":"A-14-2","ordered":2,"packed":2,"backorder":0},{"description":"Brass watering can · 1.2L","sku":"BRS-WC-12-04","bin":"A-09-1","ordered":1,"packed":1,"backorder":0},{"description":"Organic potting mix · 5L","sku":"ORG-PM-5L-11","bin":"D-02-3","ordered":3,"packed":3,"backorder":0},{"description":"Linen tool wrap · moss","sku":"LIN-TW-M-09","bin":"B-07-1","ordered":1,"packed":1,"backorder":0}],"instructions":"Place ceramics in carton 1 with moulded pulp inserts. Soil ships upright in carton 2. Include care card.","handling_mark":"FRAGILE · 2 CARTONS · KEEP DRY","packed_by":"EO-17","station":"PACK-06","packed_at":"10 Jul · 14:42"}}'

Sign up to seed this template and get its template_id.

Related templates