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
- Easyship syncs with WooCommerce and generates tracking codes
- Tracking codes are stored in order meta
- WP SMS includes the tracking code in SMS notifications
Configuration
- Go to SMS → Integrations → WooCommerce
- Enable order notifications
- 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:
| Field | Description |
|---|---|
| Notify for new order | Admin notification for new orders |
| Notify to customer order | Customer order confirmation |
| Notify of status | Order status change notification |
| Notify by status | Status-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.
Related
- WooCommerce Tracking Notifications - General tracking SMS
- SMS Notifications - Configure notifications
Last updated: December 28, 2025