Parcel labels

Shipping label

Print a parcel label for your shop with the address and order details.

File types
PDF
Size
4 × 6 in PDF
Use case
Parcel labels
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Fraunces font, original graphic marks, and fictional sample names.
A compact cream shipping label under a dark green rounded arch header with a pink icon circle reading Marigold & Bloom, a recipient block for Cora Bennett, a pink divider, and a dark green pill note saying keep cool.
shipping-label/template.html

About this design

What you can make with it.

Shops and studios use this label when they pack and send an order. It shows the recipient's address, an order number, a dispatch date, and a handling note like keep cool. Update the address, dates, and notes for every parcel you send.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. SenderA short text.
  2. RecipientA short text.
  3. Recipient addressA longer text with more than one line.
  4. Order numberA short text.
  5. Dispatch dateA short text.
  6. Package noteA short text.
  7. Service noteA short text.
Sample data
{
  "sender": "Marigold & Bloom",
  "recipient": "Cora Bennett",
  "recipient_address": "Flat 7, 18 Willow Street\nBristol BS2 9QJ\nUnited Kingdom",
  "order_number": "MB-4827",
  "dispatch_date": "2026-09-12",
  "package_note": "Fresh flowers, please keep cool",
  "service_note": "Next-day courier"
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: shipping-label-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"sender":"Marigold & Bloom","recipient":"Cora Bennett","recipient_address":"Flat 7, 18 Willow Street\nBristol BS2 9QJ\nUnited Kingdom","order_number":"MB-4827","dispatch_date":"2026-09-12","package_note":"Fresh flowers, please keep cool","service_note":"Next-day courier"},"pdf":{"width":"384px","height":"576px"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "shipping-label-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "sender": "Marigold & Bloom",
          "recipient": "Cora Bennett",
          "recipient_address": "Flat 7, 18 Willow Street\nBristol BS2 9QJ\nUnited Kingdom",
          "order_number": "MB-4827",
          "dispatch_date": "2026-09-12",
          "package_note": "Fresh flowers, please keep cool",
          "service_note": "Next-day courier"
        },
        "pdf": {
          "width": "384px",
          "height": "576px"
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.