Shipments documentation
First-class shipments for Craft Commerce. Every completed order produces one or more shipments, each with its own status, notification emails, CP UI, and integration hooks.
Where to go#
First time here? Start with Getting started, a 15-minute end-to-end walkthrough from install to your first saved shipment.
Running the plugin day-to-day? See the user guide:
- Creating shipments, auto-creation on order complete and manual staging from the order tab
- Status transitions, the status lifecycle and how to change it
- Status vocabulary, what each status means and how you decide
- Integrations, setting one up, mapping status codes
Building on top of the plugin? See the dev guide + developer reference:
- Architecture, write path, services, events
- Twig queries, reading shipments from front-end templates
- Custom providers, building an integration
- Events, every event the plugin fires, payloads and listen examples
Setup details: Installation