Parcel labels
Shipping label
Print a parcel label for your shop with the address and order details.
- File types
- 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.

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.
- SenderA short text.
- RecipientA short text.
- Recipient addressA longer text with more than one line.
- Order numberA short text.
- Dispatch dateA short text.
- Package noteA short text.
- Service noteA short text.
{
"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.
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"}}'{
"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.


