Label History
Navigate to WooCommerce → ShipLabel → Label history.
A searchable, filterable table of every label ever generated, with carrier, service, tracking number, cost, and status.
Actions
| Action | Description |
|---|---|
| Download | Serves the label PDF/PNG/ZPL through a signed, permission-checked endpoint |
| Cancel | Cancels the label with the carrier, subject to that carrier's own cancellation window; removes the local PDF |
| Reprint | Generates a fresh label for the same order after a cancellation |
| Print / download labels (bulk) | Filters this view down to just the orders selected in the WooCommerce orders list |
Label PDFs are stored in wp-content/uploads/shiplabel-labels/ but are never linked to directly - every download goes through a signed URL, so only logged-in users with the manage_woocommerce capability and a valid link can access them.
Automatic Cleanup
Label files older than the Label file retention period (Advanced settings, default 90 days) are deleted from disk automatically. The label's database record and history entry are kept.