← All modules
Documentation Sign in to your licenses Contact
codingrow.com — Human thought, digital logic. Automatic order export for Magento 2

Order Export

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.

€169.00 + VAT
Indicative total, incl. Italian VAT: €206.18 — the exact amount is calculated at checkout and is waived for EU business buyers with a valid VAT number (reverse charge).
one-time payment · per domain · updates included
Free one-time payment · per domain · updates included

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

✓ 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

What it does

Fully translated, in 7 languages

The profile admin, the mapping builder and every notification email are available in:

English Italiano Español Français Deutsch Português Nederlands

Magento automatically shows the module in whichever language each admin user has configured — no setup needed.

A typical profile, end to end

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.

Full documentation

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.

→ Read the full documentation

Money-back guarantee

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.

Changelog

Current version: v1.2.0

v1.2.0

The admin interface (profiles, mapping builder, log, and every notification email) is now fully translated, in 7 languages.

v1.1.0 – v1.1.1

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.

v1.0.0

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.