✨ 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 StarTrack: courier consignments as tables

SleekView joins wc_orders with the _startrack_consignment, _startrack_service_code, _startrack_weight and _startrack_account meta the plugin writes per order. Premium, Express and Road services share one filterable row.

♾️ Lifetime License available

SleekView table view for WooCommerce StarTrack

StarTrack consignment numbers belong on the list, not the metabox

WooCommerce StarTrack covers Australia Post's StarTrack B2B courier brand: Premium for next-business-day overnight, Express for door-to-door priority, Road Express for ground freight, and the bulk-handler Fixed Price service. Each labelled order writes the service code, consignment number, declared weight and StarTrack account number into postmeta.

The default Woo orders screen does not pivot consignment or service code into columns. A dispatcher batching today's Premium courier pickups, a finance lead reconciling the monthly StarTrack account, and support tracking a Road Express delivery by consignment all drill into the same per-order metabox.

SleekView reads the StarTrack meta joined with wc_orders. Consignment number, service code, weight and account number become real columns. Filters scope to one service or one account and save as a named preset. Inline edits route through Woo CRUD so the StarTrack API integration stays unchanged.

Workflow

How SleekView reads WooCommerce StarTrack data

1

Pick the source

Point SleekView at wc_orders joined with _startrack_consignment, _startrack_service_code, _startrack_weight and _startrack_account meta. One row per StarTrack consignment.
2

Compose columns

Add order ID, customer, service code, weight, consignment number, account and destination state. Hide what each role doesn't need so dispatch and finance load distinct layouts.
3

Save and scope per role

Name views like "Today's Premium", "Road Express by state" or "Account A reconciliation" and gate by WordPress capability so dispatch, finance and support each load the right preset.
4

Edit inline or bulk-update

Fix consignment-number typos, update status, bulk-mark shipped. Writes route through Woo CRUD so order-status and email hooks fire identically to manual admin edits.

Sample columns

A typical StarTrack consignments table

Joins wc_orders with _startrack_consignment, _startrack_service_code and _startrack_account meta the plugin writes after a successful StarTrack label call.
Source: wp_wc_orders + StarTrack order meta
Order Customer Service Weight Consignment Destination
#33810 alex@studio.co Premium 5.40 kg ST12345678901 AU 2000
#33811 ria@design.io Express 8.20 kg ST12345678902 AU 3000
#33812 tom@hello.dev Road Express 14.50 kg ST12345678903 AU 4000
#33813 mia@brew.coop Fixed Price 22.10 kg ST12345678904 AU 6000

Comparison

Default WooCommerce StarTrack admin vs SleekView

Default WooCommerce StarTrack admin

  • Service code (_startrack_service_code) sits in the per-order metabox, not the orders list
  • Sorting Premium vs Express vs Road Express by weight is a per-order drill
  • Consignment number stored in _startrack_consignment never surfaces in the list
  • Filtering to one StarTrack account or one destination state is not built in
  • Reconciling the monthly StarTrack account against service codes is CSV-and-spreadsheet work

SleekView

  • Reads wc_orders joined with _startrack_consignment, _startrack_service_code and _startrack_account
  • Consignment number as a sortable column for daily courier-pickup batching
  • Service code split across Premium, Express, Road Express and Fixed Price
  • StarTrack account number exposed for multi-account stores
  • Inline edits route through Woo CRUD so order-status emails fire as expected

Features

What SleekView gives you for WooCommerce StarTrack

Premium overnight queue

Premium carries a next-business-day SLA with specific courier pickup windows. Filter to Premium only, sort by destination state, and the queue prints against the courier's afternoon collection.

Account number as a column

_startrack_account shows next to the customer column. Multi-account stores running separate StarTrack accounts for divisions or sub-brands split reconciliation reports cleanly per account.

Road Express filters

Road Express on heavier freight has different rate cards from Premium air. Filter Road Express only with weight-band sort to spot consignments crossing tariff thresholds before the invoice arrives.

Audience

Who uses SleekView for WooCommerce StarTrack

Shipping dispatchers

Today's Premium queue sorted by destination state, separate from the Road Express backlog. Consignment numbers visible inline so labels print against the actual courier pickup list.

Finance and procurement

Monthly StarTrack account reconciliation: export service code, consignment number, weight and account columns to compare against the StarTrack statement per account number.

Customer support

Filter by consignment number or destination postcode to find any StarTrack delivery instantly. Premium SLA promises stay enforceable when service code is one column away.

The bigger picture

Why StarTrack stores need a consignment-aware admin table

StarTrack is the B2B side of Australia Post: heavier freight, courier pickups, account-billed customers, four distinct service tiers from Premium overnight down to Fixed Price bulk. A Woo store with a StarTrack integration is usually doing real freight volume, often across multiple StarTrack accounts split by division or sub-brand. The plugin writes the consignment number, service code and account on every order.

The default Woo orders screen never surfaces any of that. Dispatchers planning today's courier pickups, finance reconciling the monthly StarTrack account per account number, and support tracking a Road Express delivery by consignment all want the same dataset shown three different ways. SleekView turns the existing StarTrack meta into a saved-view workspace: consignment number searchable, service code as a column, account as a filter, weight sortable.

Same database, same StarTrack API integration, same hooks. The plugin keeps owning consignment generation. SleekView is the table on top.

Questions

Common questions about SleekView for WooCommerce StarTrack

Yes. SleekView reads the consignment number and service code meta the plugin writes after the StarTrack API call succeeds. Which API version the plugin uses doesn't change the column mapping.

 

Yes. Service code is a sortable, filterable column. Road Express, Premium, Express and Fixed Price all appear as distinct values, so a Road-only filter is one saved view.

 

Yes. _startrack_account is exposed as a column so stores running separate StarTrack accounts per division can filter, group and reconcile per account number in the same workspace.

 

Yes. On HPOS SleekView reads wc_orders joined with wc_orders_meta. On legacy stores it falls back to shop_order posts plus postmeta. Same column config either way.

 

Yes. SleekView writes through Woo CRUD so woocommerce_order_status_changed, email and tracking-notification hooks fire. StarTrack's own metabox actions for label regeneration stay intact.

 

Yes. Multi-select rows and apply a bulk edit on _startrack_consignment. The write path goes through Woo CRUD so downstream tracking renderers reading the same meta key stay consistent.

 

Queries hit indexed columns on wc_orders and join meta through a single query. B2B stores doing hundreds of Road Express and Premium consignments daily render filtered lists well under a second.

 

Yes. Any filtered view exports to CSV with the same columns shown, ready for the quarterly StarTrack account-manager conversation or a service-rate renegotiation prep.

 

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