✨ 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 GLS Shipping: parcel data and ParcelShop pickup as tables

SleekView reads the GLS tracking number, service code, and ParcelShop identifier the plugin writes back to _gls_* meta and renders one row per shipment. Filter to ParcelShop cohorts, audit service mix, and group by destination.

♾️ Lifetime License available

SleekView table view for GLS Shipping for WooCommerce

GLS ships parcels. SleekView turns each into a row.

The GLS Shipping for WooCommerce extension generates GLS labels, exposes ParcelShop selection at checkout, and writes the resulting parcel data back to the order. Common writeback keys include _gls_tracking_number, _gls_service, _gls_parcelshop_id, and _gls_ship_date. On HPOS those values live in wc_orders_meta; on legacy stores they live in postmeta.

The default Woo Orders list shows none of that. Knowing whether a customer picked a ParcelShop, which GLS service tier shipped, or what tracking number was assigned requires opening each order. SleekView surfaces those meta keys as columns: tracking, service, ParcelShop, ship date. A view filtered to ParcelShop-selected orders is the carrier handoff for that segment. A view grouped by service tier is the per-service-tier audit.

Inline edits write through WooCommerce CRUD so manual tracking corrections, ship-date updates, or ParcelShop reassignments fire the same hooks the plugin uses, and customer-facing notifications behave the same as a per-order edit.

Workflow

How SleekView surfaces your GLS Shipping data

1

Point at the GLS meta

Pick wc_orders joined on _gls_tracking_number, _gls_service, _gls_parcelshop_id, and _gls_ship_date. Add wc_order_addresses for destination country.
2

Compose the columns

Drag in Order, Destination, Service, Tracking, ParcelShop, Ship date, and Status. Reorder and rename to match how the European team thinks about parcels.
3

Filter by service and ParcelShop

Filter to one service tier, ParcelShop-only orders, or a single destination country. Save each filter as its own view for ops, support, and finance.
4

Save and gate per role

Name views (ParcelShop queue, Missing labels, Service mix) and gate by WordPress capability. Each team opens into the slice they own.

Sample columns

A typical GLS Shipping view

Orders from wc_orders with GLS writeback meta for tracking, service, ParcelShop, and ship date.
Source: wp_wc_orders + wp_wc_orders_meta (_gls_*)
Order # Destination Service Tracking # ParcelShop Status
#65201 DE BusinessParcel GLS9876543210 (home delivery) Delivered
#65198 FR EuroBusinessParcel GLS9876543211 ParcelShop, Marseille Awaiting collection
#65195 HU ExpressParcel GLS9876543212 (home delivery) In transit
#65190 AT BusinessParcel (none) (none) Label not created

Comparison

Default GLS Shipping integration vs SleekView

Default GLS Shipping integration

  • GLS dashboard lives outside WordPress for parcel tracking
  • Order list shows neither service tier nor ParcelShop address
  • ParcelShop cohorts aren't a built-in admin filter
  • Label-not-created audit requires opening unshipped orders one at a time
  • Service-mix breakdowns aren't visible without manual CSV export

SleekView

  • Tracking, service, ParcelShop, and ship date as columns
  • ParcelShop filter for the click-and-collect handoff
  • Label-not-created view as the missing-label cleanup queue
  • Inline-edit tracking and ship date without leaving WP
  • Bulk-export per-service slices for monthly carrier review

Features

What SleekView gives you for GLS Shipping for WooCommerce

ParcelShop cohort

Filter to _gls_parcelshop_id-populated orders and the ParcelShop collection list becomes one screen. Group by ParcelShop identifier for the per-location collection schedule.

Missing-label audit

Filter to processing orders with empty _gls_tracking_number older than the dispatch window. The missing-label gap surfaces as a saved view rather than a customer email.

Service-tier breakdown

Group by _gls_service for the per-tier shipment mix. BusinessParcel vs ExpressParcel vs EuroBusinessParcel becomes a sort and a group, not a manual export.

Audience

Who uses SleekView for GLS Shipping for WooCommerce

European warehouse ops

Filter to today's GLS shipments by service and destination for the dispatch sequencing. ParcelShop orders group separately so each handoff stays organised.

Customer support

Search by email and see service, tracking, and ParcelShop inline. Reply with accurate state and the right collection address without opening the order screen.

Finance reconciliation

Export the month's GLS shipments by service tier for invoice reconciliation. The GLS account-statement review runs against the same data the warehouse used.

The bigger picture

Why GLS data needs a WP-side row view

GLS is one of the major European parcel carriers, and the WooCommerce extension brings its label generation and ParcelShop selection into the order flow. The plugin writes the resulting tracking, service tier, ParcelShop identifier, and ship date back to order meta, which is the operational record of every parcel. But the default WordPress Orders list ignores that meta, and the GLS dashboard lives outside WordPress with its own login.

Every operational question, the ParcelShop handoff, the missing-label audit, the per-service mix, requires opening orders or pivoting to the GLS dashboard. SleekView reads the meta the plugin already writes and renders one row per parcel with tracking, service, ParcelShop, and destination. Warehouse, support, and finance each get a WP-native surface for the data that lives in WP.

GLS keeps owning the carrier network and the ParcelShop infrastructure, and WordPress gets the visibility it always lacked.

Questions

Common questions about SleekView for GLS Shipping for WooCommerce

wc_orders joined with _gls_tracking_number, _gls_service, _gls_parcelshop_id, and _gls_ship_date, plus wc_order_addresses for destination country. No new tables are introduced.

 

Yes. On HPOS the GLS meta moves to wc_orders_meta and SleekView reads from there. Same view config works on legacy stores via postmeta.

 

Yes. Build a view of orders with a non-empty _gls_parcelshop_id. Group by the ParcelShop identifier for the per-location collection schedule.

 

Yes. Build a view of processing orders with empty _gls_tracking_number older than the dispatch window. The missing-label cohort surfaces as a saved view.

 

Yes. Tracking and ship-date edits go through WooCommerce CRUD so the order-update hook fires. Customer notifications fire from a SleekView edit the same as from the per-order screen.

 

Yes. BusinessParcel, EuroBusinessParcel, ExpressParcel, and any other GLS service writes its code to the service meta key. The Service column shows the chosen tier per order regardless of which service was used.

 

Yes. Filter to a service tier, group by destination country, and export to CSV. Useful for per-service performance reviews and GLS account-statement reconciliation.

 

No. The GLS dashboard remains where account-level controls and detailed parcel tracking live. SleekView is the WP-side row view for teams that work in WordPress and need the data without context switching.

 

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