Easyship Tracking Integration

Include Easyship tracking codes in WooCommerce SMS notifications.

Send Easyship tracking codes to customers via SMS when their orders ship.

How It Works

  1. Easyship syncs with WooCommerce and generates tracking codes
  2. Tracking codes are stored in order meta
  3. WP SMS includes the tracking code in SMS notifications

Configuration

  1. Go to SMS → Integrations → WooCommerce
  2. Enable order notifications
  3. Add the tracking variable to your message template

Tracking Variable

Use this variable in your SMS message:

%order_meta_tracking-id%

NOTE

The key name tracking-id is specific to Easyship. Other shipping plugins may use different meta keys.

Example Message

Your order #%order_id% has shipped!
Track your package: %order_meta_tracking-id%

Available Notification Fields

Add the tracking variable to:

FieldDescription
Notify for new orderAdmin notification for new orders
Notify to customer orderCustomer order confirmation
Notify of statusOrder status change notification
Notify by statusStatus-specific notifications

Custom Meta Variables

For other shipping plugins, use the format:

%order_meta_{key-name}%

Replace {key-name} with the actual meta key used by your shipping plugin.

Last updated: December 28, 2025