n8n flows
Clear Voided Labels (Manual)
A manually-run counterpart to the daily voided-label cleanup, used to clear voided ShipHero labels from Supabase on demand.
Based on its name, this is a manually-run counterpart to Delete Voided Shipment Labels (Daily). It clears voided labels from Supabase Shipments on demand, for example a one-off cleanup for a specific date or brand.
At a glance
- Status: Inactive (from metadata).
- Trigger: Not retrievable, though the name implies a manual trigger.
- Runs on: Presumed on-demand, per date/brand.
- Talks to: Presumed ShipHero GraphQL and Supabase, matching the daily version (unconfirmed).
How it works
The node graph is not available, so this diagram is inferred from the daily version. Presumably it fetches voided shipments from ShipHero, matches them by tracking number, and deletes the corresponding Shipments records.
Notes
- This workflow is not exposed to MCP (
Available in MCPis disabled), so its nodes cannot be read directly. Enable MCP access on the workflow card, then re-run to document its trigger and nodes in full.
Related
- Delete Voided Shipment Labels (Daily): the automated, per-brand version this mirrors.
- Missing Shipment Data Pull 2.0 (Backup): the live flow that drives daily voided-label cleanup.
- Features: Shipments. See also Data flows.