SleekView for ShipperHQ for WooCommerce: shipping decisions & rates as tables
ShipperHQ runs the shipping rate engine remotely and stores the chosen rate and origin per WooCommerce order in postmeta. SleekView pivots that into a flat workspace so shipping ops, finance, and dispatch can audit decisions per order without per-row clicks.
♾️ Lifetime License available
Shipping decisions made visible across the order base
ShipperHQ for WooCommerce keeps the rate logic (carriers, dimensions, origins, rules) on its hosted service and the WooCommerce plugin records the chosen carrier, method, rate, origin, and any applied surcharges on each order. With HPOS enabled this lands in wp_wc_orders and wp_wc_orders_meta, on classic CPT storage it is wp_posts (post_type=shop_order) plus wp_postmeta. The ShipperHQ-specific keys typically include _shipperhq_carrier_code, _shipperhq_method_title, _shipperhq_origin_code, and _shipperhq_dispatch_date.
The default order list shows the shipping method as one combined string and hides origin, dispatch date, and carrier code inside the order detail screen. That is fine for a single order lookup and falls short the moment a fulfilment lead needs to see all orders shipping from a specific warehouse, all orders quoted on a freight carrier, or all orders that fell back to a default rate because the live quote failed.
SleekView reads the ShipperHQ meta keys directly, pivots them into proper columns, and joins them with the standard WooCommerce shipping address columns. Inline edits to dispatch date, fulfilment notes, and warehouse assignment route through WooCommerce's CRUD layer so HPOS sync and any custom shipping hooks fire as expected.
Workflow
ShipperHQ decisions as a joined dispatch view
Point SleekView at the order store
wp_wc_orders for HPOS or wp_posts (shop_order) for classic storage. SleekView detects which one is active and adapts the column picker.
Add the ShipperHQ columns
_shipperhq_carrier_code, _shipperhq_origin_code, _shipperhq_method_title, and _shipperhq_dispatch_date as columns. Add the shipping address columns for joined dispatch views.
Save the dispatch views
Edit through Woo CRUD
Sample columns
A typical ShipperHQ shipping decision view
_shipperhq_* postmeta keys per row.
wp_wc_orders + wp_wc_orders_meta (HPOS) or wp_posts (shop_order) + wp_postmeta
| Order | Status | Customer | Origin | Carrier | Method | Dispatch |
|---|---|---|---|---|---|---|
| #10428 | Processing | alex@studio.co | DE-Berlin | DHL | Express | May 16 |
| #10427 | On hold | ria@design.io | DE-Berlin | DHL | Standard | |
| #10426 | Processing | tom@hello.dev | FR-Lyon | Colissimo | Domicile | May 16 |
| #10425 | Fallback | mia@brew.coop | DE-Berlin | Flat rate | Default | May 17 |
Comparison
Default ShipperHQ + Woo admin vs SleekView
Default ShipperHQ + Woo admin
-
Origin and carrier code hide in
postmetaunder_shipperhq_*keys - No per-warehouse view across the open-order base
- Fallback-rate orders are not visible without opening each order detail
- Dispatch-date filtering needs querystring tweaks or custom code
- Per-carrier revenue and cost audits require CSV exports
SleekView
-
Pivot
_shipperhq_carrier_code,_shipperhq_origin_code,_shipperhq_method_titleinto columns - Filter by origin, carrier, or dispatch date across the whole open-order base
- Saved view for fallback-rate orders (live quote failed)
- Aggregate per-carrier net shipping revenue inline
- Inline-edit dispatch date and warehouse assignment via Woo CRUD
Features
What SleekView gives you for ShipperHQ for WooCommerce
Per-warehouse fulfilment
Filter by _shipperhq_origin_code for a clean view of all orders shipping from a given warehouse. Dispatch teams see only their queue, sorted by dispatch date.
Carrier and method audit
Pivot the ShipperHQ carrier code and method title as columns. Spot the orders quoted on freight versus parcel, or the orders that hit a specific rule before they ship.
Fallback detection
Save a view filtered to orders flagged with the fallback rate. Those are the ones where ShipperHQ's live quote failed at checkout, worth checking before they ship at the wrong cost.
Audience
Who uses SleekView for ShipperHQ on WooCommerce
Fulfilment and dispatch
Per-warehouse open orders sorted by dispatch date, with carrier and method visible inline. Bulk-update dispatch date when a courier delay shifts the schedule.
Finance and shipping cost
Per-carrier net shipping revenue and surcharge audit. Spot the orders where the surcharge or extra-handling rule applied versus the ones where it did not.
Support
Customer order view with origin, carrier, and dispatch date inline. Resolves shipping questions without opening ShipperHQ's hosted dashboard per ticket.
The bigger picture
Why multi-origin shipping needs a flat dispatch view
ShipperHQ is the shipping rate engine that complex catalogs reach for once carrier rules, dimensional weights, multiple origins, and freight LTL all enter the picture. The hosted service quotes the rates at checkout, and the WooCommerce plugin records the decision on each order so admin screens show what was charged and which carrier was selected. The data is there, but the default WooCommerce order list reduces it to a single shipping-method string, and the rest hides in postmeta.
For a store with one origin and parcel-only shipping that is fine. For a store with three warehouses, two parcel carriers, and one LTL carrier, the operational reality is that dispatch teams need a flat view of their own queue, finance needs a per-carrier audit, and support needs the carrier and dispatch date visible without opening each order. SleekView pivots ShipperHQ's stored decision into proper columns, joins it with the WooCommerce shipping address, and gives each role the dispatch view they actually need.
Inline edits route through WooCommerce's CRUD layer so HPOS sync and any custom shipping hooks fire on every save. The result is the same shipping engine, the same WooCommerce store, and a dispatch admin that finally matches how shipping actually works.
Questions
Common questions about SleekView for ShipperHQ for WooCommerce
Yes. With HPOS enabled, SleekView reads wp_wc_orders and wp_wc_orders_meta directly, picking up the _shipperhq_* keys from order meta. With classic CPT storage it falls back to wp_posts plus wp_postmeta. The column mapping is the same in both.
No. SleekView reads only the rate decision already stored on the order at checkout. ShipperHQ's hosted rate engine is not in the read path, and SleekView does not re-quote rates. For a re-quote, use the ShipperHQ Woo plugin's own rate-debug flow on the order detail screen.
 Dispatch date, fulfilment notes, and warehouse-assignment custom fields are writeable inline through WooCommerce's CRUD layer. Changing the chosen shipping method usually means re-quoting through ShipperHQ, which lives in the order detail screen, not in a bulk inline edit.
 
Yes. _shipperhq_origin_code identifies the origin chosen at checkout. Filter by origin to scope a view per warehouse, which is the typical fulfilment workflow when ShipperHQ is configured with multiple shipping locations.
Yes. ShipperHQ's carrier code distinguishes parcel from LTL or freight providers. Filter on carrier code to see only freight orders, which usually need different dispatch handling and BOL paperwork.
 
Applied surcharges and rule names typically land in postmeta on the order. Surface them as columns for an audit view, useful for catching the orders where a handling fee or oversize surcharge applied (or did not when it should have).
Yes. ShipperHQ writes a fallback flag (or a fallback carrier label) when the live quote at checkout fails. Filter on that flag to find orders priced on the fallback rate, which often need review before they ship.
 Yes. SleekView reads whichever meta keys are present per order. Stores that mix ShipperHQ with another shipping method for specific zones can build a view that shows both kinds of orders, with the chosen plugin visible as a column.
 Pricing
More than 1000+
happy customers
Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.
Lifetime ♾️
Most popular
EUR
once
- Unlimited websites
- Lifetime updates
- Lifetime support
...or get the Bundle Deal
and save €250 🎁
The Bundle (unlimited sites)
Pay once, own it forever
Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.
What’s included
-
SleekAI
-
SleekByte
-
SleekMotion
-
SleekPixel
-
SleekRank
-
SleekView
€749
Continue to checkoutBrowse more
- Yith Woocommerce Affiliates
- Aelia Prices By Country
- Currency Switcher
- Woocommerce Correios Brazil
- Woocommerce Stock Manager Pro
- Woopayments
- Woocommerce Stamps
- Woocommerce Shipping Multiple Addresses
- Wcam Marketplace
- Woocommerce Wholesale Prices
- Woocommerce Advanced Product Labels
- Woocommerce Xero
- Thirstyaffiliates
- Wpc Grouped Product
- Automatewoo