generate-packing-slip

Generate PDF packing slips with order number, shipping address, and itemized list.

2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/iterationlayer/skills --skill generate-packing-slip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-packing-slip
Source: https://github.com/iterationlayer/skills/tree/main/skills/generate-packing-slip
Command: npx skills add https://github.com/iterationlayer/skills --skill generate-packing-slip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fulfillment centers and e-commerce platforms often need to generate consistent, print-ready packing slips that include the order number, shipping address, and itemized contents. Manually assembling these slips is time-consuming and error-prone, especially at scale.

Core Features & Use Cases

  • Generate a PDF packing slip containing order number, shipping address, and itemized contents.
  • Support configurable metadata, page layout, and content blocks (e.g., grids and tables) to produce production-ready documents.
  • Use cases include order fulfillment, carrier handoff, and archival records for audits; suitable for integration into fulfillment workflows and printing pipelines.

Quick Start

Generate a packing slip PDF for a given order by providing metadata (title, author), page settings, and content blocks through the Iteration Layer API.

Frequently Asked Questions about generate-packing-slip

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a print-ready PDF packing slip for order fulfillment?

You can generate a PDF packing slip by providing order details, shipping address, and itemized contents through the API. It outputs a print-ready document with configurable page settings, styles, and content structure.

What information is needed to create a packing slip document?

Creating a packing slip requires an order number, shipping address, and an itemized list. You can also configure metadata, page layout, styles, and footer blocks to customize the generated PDF.

Can I generate packing slips using Python or Go?

Yes, you can generate packing slips using Python, Go, TypeScript, or curl. The system supports various client implementations for producing PDF documents through the API.

Is it possible to customize the page layout and content blocks of a packing slip?

Yes, packing slips support configurable metadata, page settings, and content blocks like grids and tables. This allows you to produce customized, production-ready documents for fulfillment workflows.

What is the best way to automate packing slip generation for e-commerce fulfillment?

The best way to automate packing slip generation is integrating the API into your fulfillment workflow. It produces consistent, print-ready PDF documents per order, reducing manual assembly errors.