
內容簡介
MultiOrder Sync For WooCommerce 讓商店管理者可依據顧客編號、帳單電子郵件或地址等條件,自動將 WooCommerce 訂單分組與關聯,避免重複出貨並簡化多筆訂單的管理流程。
【主要功能】
• 依自訂條件自動分組關聯訂單
• 手動連結或拆分訂單
• 建立主訂單與子訂單的階層關係
• 訂單狀態變更時發送電子郵件通知
• 提供 REST API 供外部系統串接
• 支援 WordPress 多站網路(Multisite)
外掛標籤
開發者團隊
② 後台搜尋「MultiOrder Sync For WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
MultiOrder Sync For WooCommerce is built for stores where the same customer may place multiple orders before shipment. The plugin helps admins detect those related orders, review them together, and combine them into one fulfillment workflow across a single store or a multisite network. Features include:
– Detecting repeat customer orders using customer ID, billing email, and address-based matching.
– Grouping related orders before shipment so admins can review and combine them quickly.
– Linking orders into parent and linked-order relationships for easier handling.
– Email notifications for grouped-order events.
– REST API support for fetching grouped orders and related order data.
– Admin screens for reviewing, filtering, rebuilding, and managing grouped orders.
Features
Detect repeat orders placed by the same customer before shipment.
Group and combine related WooCommerce orders using customer and address-based criteria.
Manually link, unlink, and review grouped orders from one admin workflow.
Reduce duplicate packing and shipment effort by handling related orders together.
Use REST API endpoints for external CRM, ERP, and fulfillment integrations.
Customize grouped-order notification emails.
Support multisite workflows by working across subsites.
REST API
This plugin exposes custom REST API endpoints for external access:
/wp-json/emw-mom/v1/orders
Fetch WooCommerce orders with optional filters.
Method: GET
Header: X-EMW-MOM-API-Key: YOUR_API_KEY
/wp-json/emw-mom/v1/multiple-order-group/
Fetch group of orders by individual order ID.
Method: GET
Header: X-EMW-MOM-API-Key: YOUR_API_KEY
/wp-json/emw-mom/v1/groups/
Fetch summary data for a grouped-order candidate, including confidence, totals, repeated products, and shipping-destination overview.
Method: GET
Header: X-EMW-MOM-API-Key: YOUR_API_KEY
/wp-json/emw-mom/v1/settings/detection
Fetch the current time-window, confidence, and suggested-parent detection settings.
Method: GET
Header: X-EMW-MOM-API-Key: YOUR_API_KEY
/wp-json/emw-mom/v1/settings/exclusions
Fetch the current exclusion settings, including excluded statuses and excluded payment methods.
Method: GET
Header: X-EMW-MOM-API-Key: YOUR_API_KEY
Developer Notes
You can extend the plugin using the following hooks and filters:
– emw_mom_order_group_created
– emw_mom_order_linked
– emw_mom_api_key_validated
– …and more.
