ShipStation Connect documentation
Connects Craft Commerce to ShipStation as a custom store: ShipStation pulls completed orders from your site, and pushes tracking numbers back.
Where to go#
Setting it up? Installation goes from composer require to a connected ShipStation store.
Running the store day-to-day? See the user guide:
- Order export, which orders go out, what each one carries, and how multiple ShipStation stores work
- Shipping notifications, what happens in Craft when an order ships
- Troubleshooting, orders missing from ShipStation, failed connections, missing tracking
Building on top of it?
- Customizing exported orders, rewrite any field before it is sent
- XML fields, every field in the export and where its value comes from
- Endpoint, parameters, responses, and errors
- Events, what fires, what is on the payload, how to listen