Orders & fulfillmentUpdated 2026-06-01
Shipping labels
Print courier shipping labels for your orders via a print-optimized route.
After dispatching an order to a courier, you can print a shipping label directly from the admin using a print-optimized layout.
Printing a label
- 1
Dispatch the order
Send the order to your courier first. The label is generated from the courier's response. - 2
Open the label route
The /admin/orders/label route renders a print-only view — the admin shell is stripped for clean printing. - 3
Print
Use your browser's print dialog. The label includes the tracking number, barcode, and ship-to/ship-from addresses.
GET
/order/:id/courier/labelFetch printable courier label data for an order.
SessionBarcode scanning
Labels include barcodes (rendered with jsbarcode) compatible with standard courier scanners and your POS barcode scanner.
Related