A6 shipping label

Pack 03 · Logistics · A6

A compact shipping label designed at its real physical size rather than shrunk from A4. Its hard-edged hierarchy survives thermal printing, warehouse handling and quick sort-line scans.

  1. True A6 / 4×6-class output
  2. Carrier service and hub routing
  3. Address and package hierarchy
  4. Tracking barcode with human-readable code
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 a6 shipping label PDFs by POSTing a shape like this to /v1/generate.

sample_data.json
{
  "currency": "USD",
  "ship_date": "2026-07-10",
  "tracking_number": "1Z48Y86A0391047281",
  "declared_value": 186.4,
  "cod_status": "NO COD",
  "carrier": {
    "name": "PARCEL NORTH",
    "service_code": "GND"
  },
  "routing": {
    "hub": "EWR",
    "sort_code": "NYC-BK-04",
    "zone": "ZONE 08"
  },
  "recipient": {
    "name": "Mina Okafor",
    "address_line_1": "81 Patchen Avenue",
    "address_line_2": "Apt 4R",
    "city": "Brooklyn, NY",
    "postal_code": "11221",
    "country": "US",
    "phone": "+1 718 555 0149"
  },
  "sender": {
    "name": "Fern & Field",
    "city": "Portland, OR",
    "postal_code": "97214"
  },
  "package": {
    "weight": "8.4 lb",
    "dimensions": "18 × 14 × 12 in",
    "reference": "SO-104892",
    "sequence": "1 / 2",
    "handling": "Residential · no signature required"
  }
}
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":{"currency":"USD","ship_date":"2026-07-10","tracking_number":"1Z48Y86A0391047281","declared_value":186.4,"cod_status":"NO COD","carrier":{"name":"PARCEL NORTH","service_code":"GND"},"routing":{"hub":"EWR","sort_code":"NYC-BK-04","zone":"ZONE 08"},"recipient":{"name":"Mina Okafor","address_line_1":"81 Patchen Avenue","address_line_2":"Apt 4R","city":"Brooklyn, NY","postal_code":"11221","country":"US","phone":"+1 718 555 0149"},"sender":{"name":"Fern & Field","city":"Portland, OR","postal_code":"97214"},"package":{"weight":"8.4 lb","dimensions":"18 × 14 × 12 in","reference":"SO-104892","sequence":"1 / 2","handling":"Residential · no signature required"}}}'

Sign up to seed this template and get its template_id.

Related templates