
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.
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
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.