
Admin page showing order groups.
MultiOrder Sync For WooCommerce allows store owners to group and link WooCommerce orders based on criteria like customer ID, billing email, or address. Features include:
– Grouping orders automatically based on customizable criteria.
– Linking orders into parent and sub-order relationships.
– Email notifications for order status changes.
– REST API for fetching orders.
– Admin interface for managing groups and settings.
Features
- Automatically group WooCommerce orders based on criteria like customer or address.
- Manually link and split orders.
- Prevent duplicate fulfillment by grouping related orders.
- View and manage order groups from the admin interface.
- REST API for external integrations (CRM, ERP, fulfillment).
- Customizable email templates for order group updates.
- Multisite compatible – works 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
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.