✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WooCommerce Shipping & Tax: live rates, tax records & label state

Read WooCommerce Shipping label state, automated-tax line items, and live-rate selections from order meta and tax records. Surface them as columns alongside wc_orders data — sort, filter, edit inline.

♾️ Lifetime License available

SleekView table view for WooCommerce Shipping & Tax

Stop opening orders to audit shipping labels and tax rows

WooCommerce Shipping & Tax (often referred to by its old name, WooCommerce Services) gives WooCommerce two separate-but-bundled features: discounted shipping labels through carriers integrated with Jetpack/WooCommerce.com, and automated tax calculation backed by Jetpack's tax service. Both write data into orders — label IDs and tracking in shipping meta, automated-tax rows in wc_order_tax (or woocommerce_order_itemmeta on legacy).

The default Orders list shows neither. To check whether a label printed correctly, whether a refund cancelled the carrier label, or whether automated tax applied at the correct rate, you click into the order and switch tabs. Across thousands of orders this becomes the bottleneck on shipping and tax health.

SleekView surfaces the label state, tracking number, carrier, and applied tax rate as real columns. A shipping audit view filters by "orders shipped today without a tracking writeback" — the signal of a label-print issue. A tax audit view filters by "orders where automated tax differs from the manual tax setting" — useful for cross-border reconciliation. Inline edits go through CRUD; refunds, voids, and corrections fire the same hooks as the per-order screen.

Workflow

How SleekView reads your Shipping & Tax data

1

Pick the source

Choose wc_orders (HPOS) or shop_order (legacy). SleekView detects the active path and joins shipping meta and wc_order_tax rows to the order.
2

Compose your column set

Add label state, tracking, carrier, service, tax country, tax method, tax total. Mix with status, total, and shipping country for cross-domain audits.
3

Save and scope the view

Name it ("Pending labels", "Tax audit by country", "Refunded labels this week") and gate it by capability. Shipping ops, finance, and support each get a slice they own.
4

Edit inline and reconcile

Refund labels, fix tracking, append tax notes. Each write goes through CRUD; carrier APIs, refund hooks, and customer notifications fire as expected.

Sample columns

A typical Shipping & Tax audit view

SleekView joins label meta and tax line items to wc_orders rows for a unified shipping-and-tax audit.
Source: wp_wc_orders + wp_wc_order_tax + wp_wc_orders_meta
Order # Country Carrier Label state Tax method Tax total
#11198 DE DHL Paket Printed Automated €34.96
#11195 US USPS Priority Printed Automated $0.00
#11192 FR Colissimo Pending Automated €18.40
#11189 DE DHL Paket Refunded Automated €0.00
#11185 GB No label Manual £12.00

Comparison

Default WooCommerce Shipping & Tax admin vs SleekView

Default WooCommerce Shipping & Tax

  • Label state visible only inside the per-order shipping metabox
  • Automated-tax rows are in wc_order_tax but invisible from the orders list
  • No filter for "shipped orders missing tracking" or "tax rate mismatch"
  • Bulk-printing or bulk-refunding labels means clicking into each order
  • Cross-border tax audits require CSV exports and external reconciliation

SleekView

  • Surface label state, tracking, and carrier as columns
  • Join automated-tax rows from wc_order_tax for tax-by-order audits
  • Filter for label and tax mismatches in seconds
  • Inline-edit tracking and refund labels through CRUD
  • Save shipping ops, finance, and tax-audit views per role

Features

What SleekView gives you for WooCommerce Shipping & Tax

Label state and tracking as columns

Printed, pending, refunded, no-label — surface label state alongside tracking number, carrier, and service. Saved views like "Pending labels older than 1 hour" expose print-queue issues before they reach customer support.

Automated tax in the row

Tax line items live in wc_order_tax with rate, country, and amount. SleekView joins them to the order so a single row shows shipping-country tax rate and tax total. Cross-border audits stop being CSV exercises.

Inline refunds and corrections

Refund a label, correct a tracking number, append a tax note — each write goes through CRUD so refund hooks, carrier API calls, and stock adjustments fire as if the per-order screen had handled them.

Audience

Who uses SleekView for WooCommerce Shipping & Tax

Shipping ops

Bulk-audit "label printed but tracking missing" or "label refunded after dispatch" — operational issues that compound silently. Saved views catch them before customers do.

Finance and tax

End-of-month VAT and sales-tax reconciliation: filter by country, by tax-rate, by month, by automated-vs-manual. Export the filtered set to CSV for the bookkeeper without leaving WordPress.

Customer support

Search by email, see label state, tracking, and tax inline. When a customer disputes tax or asks about a tracking number, the answer is in the row, not three clicks away.

The bigger picture

Why label and tax data belong in the orders list

WooCommerce Shipping & Tax bundles two operationally critical features into one plugin, and the default admin lets you use them, but not audit them. Label state lives in a per-order metabox. Automated-tax line items live in wc_order_tax, queryable in SQL but invisible in the admin UI.

The result is that shipping ops can't tell at a glance which labels failed to print, finance can't reconcile cross-border tax without CSV exports, and customer support can't answer a tracking or tax question without three clicks. The data isn't missing — it's just not surfaced where the work happens. SleekView reads the same meta and tax rows the plugin writes, exposes them as columns, and makes them filterable and inline-editable.

Saved views become the operational dashboards each team needs: "pending labels", "tax mismatches by country", "refunded labels today". Label printing and tax-rate configuration stay in the plugin's own admin. SleekView fills the gap between bulk operations and per-order detail — the layer where most of the actual work used to disappear into clicks.

Questions

Common questions about SleekView for WooCommerce Shipping & Tax

Yes. WooCommerce Shipping & Tax bundles two features. SleekView surfaces label state, tracking, and carrier from shipping meta, and joins tax line items from wc_order_tax to the order row. Both feature areas are configurable as columns and filterable as filters.

 

Yes. Automated tax rows are tagged in wc_order_tax; SleekView exposes the source as a column. Saved views like "automated tax disagrees with manual override" become straightforward filter combinations — useful for verifying the Jetpack tax service against your own rate tables.

 

Yes. Label refunds go through WooCommerce Shipping & Tax's standard refund flow, which calls the carrier API to void the label. SleekView writes through CRUD so the same code path runs as if you'd refunded from the per-order screen — including any custom hooks layered on top.

 

Yes. On HPOS, order tax rows stay in wc_order_tax and shipping meta moves to wc_orders_meta. SleekView reads from the active store. The same view config works across HPOS and legacy.

 

Yes. Group rows by tax country, sum the tax total, filter by date range, and export. EU VAT one-stop-shop reports become one filter and one export, not a custom SQL query. Pair with order country and customer-lookup data for full reconciliation context.

 

Where the integration writes label cost to order meta (most setups do), SleekView surfaces it as a column. Useful for shipping-cost reconciliation against the WooCommerce.com invoice and for spotting label types that cost more than the customer paid in shipping.

 

Label printing is initiated from the order's WooCommerce action; SleekView exposes order actions per row. For multi-order printing, the Shipping & Tax plugin's batch flow is the canonical path. SleekView surfaces orders ready for that flow — "paid, awaiting label, ships from warehouse A" — so the queue is curated before you switch over to print.

 

No — it's an audit and reconciliation surface. Label-printing UI, tax-rate configuration, and Jetpack connection live in the plugin. SleekView gives ops, finance, and support the row-level visibility that the per-order screens can't provide, without disturbing existing setups.

 

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.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

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