Create professional packing slips for every order. Include item details, quantities, barcodes, and shipping info — generated instantly via API.
100 free PDFs/month. No credit card required.
Automate packing slip generation in three simple steps.
Create your packing slip layout with our visual editor. Add placeholders for {{order_id}}, {{items}}, {{shipping_address}}, and more.
Call the API from your order management system or connect via Zapier to automatically generate a packing slip when a new order is placed.
Get a download URL for the packing slip PDF instantly. Print it for the warehouse or attach it digitally to the shipment record.
Everything you need to generate packing slips at scale.
Pass order details, item lists, quantities, SKUs, and customer info directly from your e-commerce platform or OMS.
Connect with Shopify, WooCommerce, BigCommerce, or any platform via webhooks, Zapier, Make, or direct API calls.
Include scannable barcodes or QR codes for order tracking, inventory management, and warehouse operations.
See how businesses use TemplateFox to automate packing slip generation across different shipping scenarios.
Automatically generate packing slips for every order with itemized product details and quantities.
Create pick-and-pack lists with bin locations, SKUs, and item quantities for warehouse staff.
Generate packing slips with carrier info, tracking numbers, and shipping method details.
Create custom packing slips for subscription box shipments with personalized item lists each month.
Include customs information, HS codes, and declared values for cross-border packing slips.
Generate return packing slips with return authorization numbers and prepaid shipping labels.
Generate a packing slip PDF with a single API call.
fetch("https://api.pdftemplateapi.com/v1/render", {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-API-Key": "YOUR_API_KEY"
},
body: JSON.stringify({
template_id: "your-packing-slip-template-id",
data: {
order_id: "ORD-2025-8294",
order_date: "2025-01-15",
ship_to: {
name: "Jane Smith",
address: "123 Main St",
city: "San Francisco",
state: "CA",
zip: "94102"
},
items: [
{ sku: "TEE-BLK-M", name: "Black T-Shirt (M)", quantity: 2 },
{ sku: "JNS-BLU-32", name: "Blue Jeans (32)", quantity: 1 },
{ sku: "CAP-WHT", name: "White Cap", quantity: 1 }
],
shipping_method: "USPS Priority Mail",
tracking_number: "9400111899223456789012"
}
})
})Yes. Connect your e-commerce platform (Shopify, WooCommerce, etc.) via webhooks or Zapier to automatically generate a packing slip when a new order is created. No manual work required.
Yes. Pass a barcode image URL as a template variable, or use a barcode generation service to create scannable barcodes for order IDs, SKUs, or tracking numbers.
Yes. You have full control over the packing slip design — logo, columns, item table format, fonts, and any custom sections. Create different templates for different product lines or warehouses.
TemplateFox works with any platform that supports REST APIs or webhooks. Direct integrations are available via Zapier (Shopify, WooCommerce, BigCommerce, etc.), Make, and n8n. You can also call the API directly from your backend.
Complete documentation, no-code integrations, and a powerful API to help you generate PDFs at scale. Let us handle the boring stuff.