Title: MultiOrder Sync For WooCommerce
Author: Kiran M S
Published: <strong>Август 13, 2025</strong>
Last modified: Апрель 6, 2026

---

Search plugins

![](https://ps.w.org/emw-multiple-order-management/assets/banner-772x250.png?rev
=3344012)

![](https://ps.w.org/emw-multiple-order-management/assets/icon-256x256.png?rev=3344012)

# MultiOrder Sync For WooCommerce

 By [Kiran M S](https://profiles.wordpress.org/kiranms1996/)

[Download](https://downloads.wordpress.org/plugin/emw-multiple-order-management.1.3.0.zip)

 * [Details](https://os.wordpress.org/plugins/emw-multiple-order-management/#description)
 * [Reviews](https://os.wordpress.org/plugins/emw-multiple-order-management/#reviews)
 *  [Installation](https://os.wordpress.org/plugins/emw-multiple-order-management/#installation)
 * [Development](https://os.wordpress.org/plugins/emw-multiple-order-management/#developers)

 [Support](https://wordpress.org/support/plugin/emw-multiple-order-management/)

## Description

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:

 1. `/wp-json/emw-mom/v1/orders`
     Fetch WooCommerce orders with optional filters. **
    Method:** GET **Header:** `X-EMW-MOM-API-Key: YOUR_API_KEY`
 2. `/wp-json/emw-mom/v1/multiple-order-group/<order_id>`
     Fetch group of orders by
    individual order ID. **Method:** GET **Header:** `X-EMW-MOM-API-Key: YOUR_API_KEY`
 3. `/wp-json/emw-mom/v1/groups/<group_id>/summary`
     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`
 4. `/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`
 5. `/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.

## Screenshots

 * [[
 * Admin page showing order groups.
 * [[
 * Group details popup for linking orders.
 * [[
 * Settings page for configuring order statuses and criteria.
 * [[
 * [[
 * [[

## Installation

 1. Upload the `emw-multiple-order-management` folder to the `/wp-content/plugins/`
    directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Navigate to ‘Muilti-Order’ in the admin menu to configure settings and manage orders.

## FAQ

### Does this plugin require WooCommerce?

Yes, WooCommerce must be installed and active.

### Can I customize the email notifications?

Yes, the Notifications tab allows you to customize the email subject and template.

### Does it support WordPress Multisite?

Yes, the plugin can fetch and manage orders across subsites using the REST API.

## Reviews

![](https://secure.gravatar.com/avatar/c1b4a167b80fc1ad28180f34aaaeba43cdeee1b000eb027862dfa3578ee507d4?
s=60&d=retro&r=g)

### 󠀁[A Must-Have for WooCommerce Stores with Repeat Customers! ⭐⭐⭐⭐⭐](https://wordpress.org/support/topic/a-must-have-for-woocommerce-stores-with-repeat-customers-%e2%ad%90%e2%ad%90%e2%ad%90%e2%ad%90%e2%ad%90/)󠁿

 [Sudhiip](https://profiles.wordpress.org/sudheep2024/) Август 14, 2025

We’ve been using Multiple Order Management for WooCommerce and it’s a game changer
for handling repeat customers and related orders. The automatic grouping based on
customer info saves hours of manual checking, and the linking feature helps us clearly
identify primary vs secondary orders. The admin interface is clean and easy to use,
and the REST API integration means we can pull grouped orders straight into our 
CRM without hassle. Email notifications for order status updates keep our team and
customers in sync, which is a big plus. We especially appreciate that it works well
in a multisite setup and that the email templates are customizable. Everything runs
smoothly and reliably. If you run a WooCommerce store with frequent repeat buyers
or need better visibility across related orders, this plugin is worth every bit 
of attention. Highly recommended!

 [ Read all 1 review ](https://wordpress.org/support/plugin/emw-multiple-order-management/reviews/)

## Contributors & Developers

“MultiOrder Sync For WooCommerce” is open source software. The following people 
have contributed to this plugin.

Contributors

 *   [ Kiran M S ](https://profiles.wordpress.org/kiranms1996/)

[Translate “MultiOrder Sync For WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/emw-multiple-order-management)

### Interested in development?

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

## Changelog

#### 1.3.0 – 2026-04-06

 * Added: Time-window grouping with configurable detection windows for recent repeat
   orders.
 * Added: Confidence score, confidence level, match-reason metadata, and suggested
   parent order guidance for grouped orders.
 * Added: Exclusion controls for statuses, payment methods, COD, virtual-only orders,
   and already linked orders.
 * Added: Richer group review workflow with recommendation banner, timeline, shipment
   summary, export tools, regroup, unlink, and exclusion actions.
 * Added: New REST API read routes for group summary, detection settings, and exclusion
   settings.
 * Changed: Expanded Group Orders review controls across the list table, popup workflow,
   and audit trail.
 * Fixed: Group status and exclusion flags now stay consistent across admin, AJAX,
   and REST flows.
 * Fixed: `/orders` REST filtering now supports `group_id`, `linked_status`, `group_status`,
   and `confidence_level` correctly.

#### 1.2.3 – 2026-03-03

 * Added: Dedicated **Rebuild Multiple Orders** submenu page for focused rebuild
   workflows.
 * Changed: Simplified the main **Multiple Orders** screen by moving rebuild operations
   to the new submenu.
 * Changed: Improved admin UI/UX with clearer section hierarchy, better filter/table
   presentation, and modernized rebuild layout.
 * Changed: Refined user-facing terminology across menus, headings, table labels,
   notices, and popup content for consistency.
 * Improved: Multiple order troubleshooting flow with cleaner navigation between
   list and rebuild operations.

#### 1.2.2 – 2025-12-09

 * Added: Bulk link/unlink action for orders from the Orders list to speed up large
   operations.
 * Added: New REST API query parameters for /orders to filter by group_id and linked_status.
 * Changed: Performed full plugin integrity and compatibility checks across current
   WordPress and WooCommerce releases.
 * Changed: Verified settings migration, metadata consistency, and renamed meta 
   keys after the v1.2.x updates.
 * Changed: Improved API key validation to return standardized JSON error responses
   and appropriate HTTP status codes.
 * Changed: Optimized DB queries for group retrieval to reduce memory usage on large
   stores.
 * Improved: Better PHP 8.x compatibility and tightened type declarations in key
   classes.
 * Improved: Multisite behavior — group synchronization across subsites is more 
   reliable and respects site-specific settings.
 * Fixed: Race condition when creating parent/linked relationships during concurrent
   order updates (including AJAX linking scenarios that could leave stale meta).
 * Fixed: Resolved an issue where linked order metadata could be lost when splitting
   groups.
 * Fixed: Edge case in the More” tab where recommendations could duplicate.
 * Fixed: Admin notices and settings output now correctly escaped for improved security.
 * Fixed: Ensured transients and caches are invalidated after settings changes.
 * Deprecated: Legacy AJAX endpoints replaced by REST endpoints (legacy handlers
   remain for backward compatibility).
 * Security: Hardened REST endpoints — stricter capability checks, input validation
   and sanitization.
 * Tested: Confirmed REST API and AJAX endpoints (including authentication) return
   expected responses.
 * Tested: Validated multisite order fetching and metadata persistence for linked
   orders.
 * Tested: Verified admin upgrade routine and notices run without errors.

#### 1.2.1 – 2025-08-27

 * Added: New **More”** tab under **Order Management Settings**.
 * Added: Premium plugin showcase section featuring:
    - **Sequel247 Logistics Shipping** – Integrates WooCommerce with Sequel API 
      for automated shipment management.
    - **Shipment Tracking** – Easily add and manage tracking info for orders. _(
      Coming Soon)_
    - **Post/Page Import** – Import/export content between WordPress sites. _(Coming
      Soon)_
    - **Activity Monitor Log** – Track and log user actions in WP dashboard. _(Coming
      Soon)_

#### 1.2.0 – 2025-08-22

 * Changed: Plugin name updated to **MultiOrder Sync**.
 * Changed: All references to Primary Order” have been renamed to **Parent Order**.
 * Changed: All references to Secondary Order” have been renamed to **Linked Order**.
 * Changed: Updated admin labels, meta keys, API fields, and internal function names
   to reflect new terminology.
 * Changed: Improved consistency in database schema and UI components related to
   order relationships.
 * Fixed: Minor translation and text domain issues caused by renamed labels.

#### 1.1.0 – 2025-08-18

 * Changed: Unified `multipleorders` meta structure for all linked orders.
 * Changed: Improved `ajax_link_orders` and `ajax_unlink_orders` functions to reflect
   accurate linked/unlinked state for each order.
 * Changed: Updated `render_settings_page()` method to load settings tabs using 
   PHP instead of JavaScript.
 * Changed: Admin settings UI now loads only the active tab’s content for better
   performance.
 * Changed: Refactored tab template loading using a `switch` statement in `render_settings_page()`.
 * Changed: Updated settings page navigation to use server-rendered tabs with persistent
   URLs.
 * Changed: Improved Linked Orders meta box UI for clarity and usability.
 * Deprecated: Legacy meta structure fallback for backward compatibility (to be 
   removed in a future release).
 * Fixed: Admin UI now displays correct linked order metadata across all views.

#### 1.0.0 – 2025-08-13

 * Initial release of the MultiOrder Sync plugin.
 * Ability to group WooCommerce orders based on customizable criteria.
 * Link grouped orders into parent/sub-order relationships.
 * Admin UI for managing grouped orders.
 * Settings panel for order criteria, email templates, and API key.
 * REST API to:
    - Fetch all orders grouped by site: `/wp-json/emw-mom/v1/orders`
    - Get multiple order group by order ID: `/wp-json/emw-mom/v1/multiple-order-
      group/{order_id}`
 * Multisite support for fetching orders from all network sites.
 * API authentication via API key (`X-EMW-MOM-API-Key`).
 * Toggleable API documentation in plugin admin settings.

## Meta

 *  Version **1.3.0**
 *  Last updated **2 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/emw-multiple-order-management/)
 * Tags
 * [multiple](https://os.wordpress.org/plugins/tags/multiple/)[order](https://os.wordpress.org/plugins/tags/order/)
   [sync](https://os.wordpress.org/plugins/tags/sync/)[woocommerce](https://os.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://os.wordpress.org/plugins/emw-multiple-order-management/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/emw-multiple-order-management/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/emw-multiple-order-management/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/emw-multiple-order-management/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/emw-multiple-order-management/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/emw-multiple-order-management/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/emw-multiple-order-management/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/emw-multiple-order-management/reviews/)

## Contributors

 *   [ Kiran M S ](https://profiles.wordpress.org/kiranms1996/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/emw-multiple-order-management/)