Title: Dispatchio &#8211; Shipment Tracking for WooCommerce
Author: ProPluginsLab
Published: <strong>August 27, 2026</strong>
Last modified: August 27, 2026

---

Search plugins

![](https://ps.w.org/dispatchio-shipment-tracking-for-woocommerce/assets/banner-
772x250.jpg?rev=3668713)

![](https://ps.w.org/dispatchio-shipment-tracking-for-woocommerce/assets/icon-256x256.
gif?rev=3668713)

# Dispatchio – Shipment Tracking for WooCommerce

 By [ProPluginsLab](https://profiles.wordpress.org/propluginslab/)

[Download](https://downloads.wordpress.org/plugin/dispatchio-shipment-tracking-for-woocommerce.1.0.0.zip)

[Live Preview](https://wordpress.org/plugins/dispatchio-shipment-tracking-for-woocommerce/?preview=1)

 * [Details](https://wordpress.org/plugins/dispatchio-shipment-tracking-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/dispatchio-shipment-tracking-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/dispatchio-shipment-tracking-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/dispatchio-shipment-tracking-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/dispatchio-shipment-tracking-for-woocommerce/)

## Description

Dispatchio turns order fulfillment into a routine your staff can follow without 
thinking about it. Add a tracking number to an order, and Dispatchio picks the right
order status, emails the customer a working tracking link, and shows the shipment
in My Account.

Everything described below is included and fully functional. There is no licence
key, no trial period and no usage limit.

#### Add tracking to any order

 * Unlimited tracking numbers per order, added from a box on the order edit screen.
 * Works with High Performance Order Storage (HPOS) and with the classic post-based
   order tables.
 * Built-in carriers with ready-made tracking URLs, plus your own custom carriers.
 * Rename any built-in carrier, give it API aliases, and set its own tracking URL.
 * Ship part of an order: pick the products and quantities that went in this parcel.
 * Add a short note to a shipment that the customer sees alongside the tracking 
   link.
 * Carrier auto-detect suggests the carrier from the shape of the tracking number,
   which makes barcode scanning fast.
 * Mark a tracking number as a return so it never changes the outbound order status.

#### A fulfillment workflow, not just a text field

 * Four optional order statuses: Shipped, Partially Shipped, Updated Tracking and
   Delivered.
 * Each status is a real WooCommerce order status with its own customer email.
 * Every email has an editable subject, heading, intro and extra content.
 * Optionally show the standard “Completed” status as “Shipped” instead.
 * Tracking details are appended to your existing WooCommerce emails, and you choose
   which ones.
 * A Tracking column in the orders list shows what has shipped at a glance.

#### Import and automate

 * CSV import with a preview step, per-item SKU and quantity support, and duplicate
   protection.
 * REST API endpoints that match the shape used by other tracking plugins, including
   a bulk endpoint, authenticated with standard WooCommerce API keys.
 * Estimated delivery dates, calculated from the days you set per carrier.

#### Switching from another tracking plugin

Dispatchio reads and writes the same order meta key that other popular tracking 
plugins use. Tracking numbers already on your orders appear immediately. There is
no import step and nothing to migrate.

#### Built to be safe

 * Every AJAX and admin action verifies a nonce and a user capability.
 * Every database query is prepared or uses the WordPress query builder with explicit
   column formats.
 * Uploaded CSV files are size-capped, content-checked, stored in a directory that
   denies direct web access, and deleted once processed.
 * Deleting the plugin leaves your order tracking data alone unless you explicitly
   ask for it to be removed.

#### Documentation

A Documentation page is built into the plugin, under Dispatchio > Documentation.
It explains every setting, the CSV format, the REST endpoints and the developer 
hooks, so you never have to leave your dashboard to look something up.

#### Dispatchio Pro

Dispatchio Pro is a separate plugin, available from the plugin’s website. It adds
live carrier delivery tracking, a fulfillment dashboard, scheduled FTP and SFTP 
imports, shipping app integrations, PayPal and Stripe tracking sync, shipment analytics,
a public tracking page, outbound webhooks and WP-CLI commands. Pro replaces this
plugin rather than unlocking parts of it, and none of its code is included here.

### External services

This plugin does not connect to any external or third-party service. It makes
 no
outbound network requests of any kind: no analytics, no phone-home, no licence check,
no remote API. Everything it does runs entirely on your own site, and no data ever
leaves it.

One point worth clarifying, because it is easy to misread the code. The plugin
 
ships a list of shipping carriers, and each carrier has a tracking-page address 
such as the UPS, USPS or India Post tracking page. Those addresses are stored as
data and used to build an ordinary HTML link, which is shown to you on the order
screen and to your customer in their order and emails. The plugin never requests
those addresses itself and sends nothing to them. A request only happens if a person
chooses to click the link, at which point their own browser navigates to that carrier’s
website, exactly as it would from any other link, and that visit is governed by 
the carrier’s own terms and privacy policy.

If you would rather not show a particular carrier at all, untick it on the
 Shipping
Carriers tab and it will not appear anywhere.

## Screenshots

[⌊Adding tracking to an order. Type or scan the number and the carrier is filled
in for you; existing shipments show above with their tracking link and estimated
delivery date.⌉⌊Adding tracking to an order. Type or scan the number and the carrier
is filled in for you; existing shipments show above with their tracking link and
estimated delivery date.⌉[

Adding tracking to an order. Type or scan the number and the carrier is filled in
for you; existing shipments show above with their tracking link and estimated delivery
date.

[⌊The Tracking column in WooCommerce > Orders, so you can see what has shipped without
opening a single order.⌉⌊The Tracking column in WooCommerce > Orders, so you can
see what has shipped without opening a single order.⌉[

The Tracking column in WooCommerce > Orders, so you can see what has shipped without
opening a single order.

[⌊What the customer sees on their order under My Account: carrier, tracking link,
ship date and your shipping note.⌉⌊What the customer sees on their order under My
Account: carrier, tracking link, ship date and your shipping note.⌉[

What the customer sees on their order under My Account: carrier, tracking link, 
ship date and your shipping note.

[⌊General settings. The four order statuses, which WooCommerce emails carry tracking,
and the display options.⌉⌊General settings. The four order statuses, which WooCommerce
emails carry tracking, and the display options.⌉[

General settings. The four order statuses, which WooCommerce emails carry tracking,
and the display options.

[⌊Shipping Carriers. Tick the carriers you actually ship with, search the list, 
rename a built-in carrier or add your own.⌉⌊Shipping Carriers. Tick the carriers
you actually ship with, search the list, rename a built-in carrier or add your own
.⌉[

Shipping Carriers. Tick the carriers you actually ship with, search the list, rename
a built-in carrier or add your own.

[⌊CSV import. Preview the first rows exactly as they were read before anything is
written to your orders.⌉⌊CSV import. Preview the first rows exactly as they were
read before anything is written to your orders.⌉[

CSV import. Preview the first rows exactly as they were read before anything is 
written to your orders.

[⌊Tools, listing the REST API endpoints and the developer hooks.⌉⌊Tools, listing
the REST API endpoints and the developer hooks.⌉[

Tools, listing the REST API endpoints and the developer hooks.

[⌊The built-in Documentation page, which explains every setting, the CSV format 
and the hooks without leaving the dashboard.⌉⌊The built-in Documentation page, which
explains every setting, the CSV format and the hooks without leaving the dashboard
.⌉[

The built-in Documentation page, which explains every setting, the CSV format and
the hooks without leaving the dashboard.

[⌊The setup wizard, shown once on first activation.⌉⌊The setup wizard, shown once
on first activation.⌉[

The setup wizard, shown once on first activation.

## Installation

 1. Install and activate WooCommerce.
 2. Upload the plugin to `/wp-content/plugins/`, or install it from Plugins > Add New,
    then activate it.
 3. The setup wizard opens automatically. Pick your carriers and confirm the order 
    statuses you want.
 4. Open any order and use the Dispatchio box to add a tracking number.

## FAQ

### Does this plugin send SMS or WhatsApp notifications?

No. Dispatchio sends email only. Dispatchio Pro exposes developer hooks that pass
the order and the customer’s phone number to a separate SMS plugin or custom code,
but neither edition sends messages itself.

### Will tracking numbers from my previous tracking plugin still work?

Yes. Dispatchio uses the same order meta key, so existing tracking numbers show 
up as soon as it is activated. Nothing needs to be imported.

### Do I need an account with a tracking service?

No. Every feature in this free plugin works entirely on your own site with no external
account and no outbound connections. Live carrier tracking, which does use a third-
party service, is a Pro feature.

### Does it work with High Performance Order Storage?

Yes. Dispatchio declares HPOS compatibility and works with both HPOS and the legacy
order tables.

### Can I add a carrier that is not on the list?

Yes. On the Shipping Carriers tab, choose Add Custom Carrier and give it a tracking
URL containing `%number%`. You can also use `%postcode%` and `%phone%`.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Dispatchio – Shipment Tracking for WooCommerce” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ ProPluginsLab ](https://profiles.wordpress.org/propluginslab/)
 *   [ CodeWooGeek ](https://profiles.wordpress.org/codewoogeek/)
 *   [ heyvicky ](https://profiles.wordpress.org/heyvicky/)

[Translate “Dispatchio – Shipment Tracking for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/dispatchio-shipment-tracking-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dispatchio-shipment-tracking-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/dispatchio-shipment-tracking-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dispatchio-shipment-tracking-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/dispatchio-shipment-tracking-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * First release.

## Meta

 *  Version **1.0.0**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [delivery](https://wordpress.org/plugins/tags/delivery/)[fulfillment](https://wordpress.org/plugins/tags/fulfillment/)
   [order tracking](https://wordpress.org/plugins/tags/order-tracking/)[shipment tracking](https://wordpress.org/plugins/tags/shipment-tracking/)
   [shipping](https://wordpress.org/plugins/tags/shipping/)
 *  [Advanced View](https://wordpress.org/plugins/dispatchio-shipment-tracking-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/dispatchio-shipment-tracking-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dispatchio-shipment-tracking-for-woocommerce/reviews/)

## Contributors

 *   [ ProPluginsLab ](https://profiles.wordpress.org/propluginslab/)
 *   [ CodeWooGeek ](https://profiles.wordpress.org/codewoogeek/)
 *   [ heyvicky ](https://profiles.wordpress.org/heyvicky/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dispatchio-shipment-tracking-for-woocommerce/)