Automatic order export for Magento 2
Send orders to a supplier, dropshipping partner or carrier the moment they reach the status you choose — no manual copy-paste, no spreadsheet exports. Build the payload with a visual field mapper, preview it against a real order, then let the module handle every export automatically from there on.
✓ License active immediately after payment, sent by email
✓ Instant installation via Composer
✓ First domain change included and instant (handy for staging → production)
✓ Compatible with Magento 2.4.x and with the Hyvä theme
The profile admin, the mapping builder and every notification email are available in:
Magento automatically shows the module in whichever language each admin user has configured — no setup needed.
An example of a REST API profile in JSON format — the same three steps apply to FTP/SFTP and local-file profiles, and to XML/CSV output.
1. Choose the trigger and the destination. Pick the order status that starts the export (e.g. "Processing"), then the channel (REST API here) and its credentials/URL.
2. Map the fields, with a live preview. Drag order fields onto the payload, add a repeat block for the item list, and see the exact JSON that a real order would produce — for example:
{
"order_reference": "000000123",
"items": [
{ "sku": "43241", "qty": 2,
"ship_to": { "city": "Roma", "postal_code": "00148", "country": "IT" } }
]
}
3. Save and forget. From then on, every order that reaches the chosen status is exported automatically. The log records every attempt, and a failure triggers a notification email with the real error message included.
Every field, every transform type and every channel/format combination is documented in detail, with real examples — the same level of detail our support team uses to help customers.
Not satisfied within 30 days of purchase? Request a refund yourself from your account area (codingrow.com/login), no questions asked. The refund is processed instantly, automatically, and the license is deactivated upon confirmation.
Current version: v1.2.0
The admin interface (profiles, mapping builder, log, and every notification email) is now fully translated, in 7 languages.
Added the optional per-field "Number" transform for numeric values, a warning in the mapping preview when items are excluded by the "Only supplier items" filter, and failure notification emails that now include the exact error message returned by the destination system.
First release: multi-profile architecture, three channels (REST API, FTP/SFTP, local file), three formats (JSON, XML, CSV), visual field mapping with live preview, repeat blocks for nested arrays, automatic deduplication, and a full export log with manual retry.