User Guide of Magento 2 Order Import Export Extension

General Configurations

At the backend, go to FME EXTENSIONS > Configurations. Here you can find the extension configurations.

Cron Settings for Export

  • Enable: Option to enable or disable the cron settings for export
  • Frequency: Specify the frequency of cron i.e. how often the cron job will run
  • Start Time: Specify the time when cron will occur

cron.png

Cron Settings for Import

  • Enable: Option to enable or disable the cron settings for import
  • Frequency: Specify the frequency of cron
  • Start Time: Specify the time when cron will occur

import cron.png

How to Add Export Order Profile?

At the back end, go to SALES > Export Orders. Here you can find the grid of all your export order profiles. Click on the Add New Profile to add a new profile or Edit button to edit an already added profile.

add profile.png

Provide the following information.

Profile Information

  • Automatic Execution: Enable/Disable the Cron for any specific profile
  • Name: Provide name for the export profile (back end use only)
  • Exclude Child Products: Options to skip child products on export
  • Exclude Parent Products: Options to skip parent products on export

profile information.png

  • Change Status To: Exported orders will get specified status after export. The status of the order will be updated only in the exported CSV / XML file, not in the database.

status.jpg

  • Store View: Specify the store view on which it will be applied

store view.jpg

  • Allow Order Filters: Specify the order number filters from the following

If you select ‘Order Number,’ you must provide a specific order number. In the case of ‘Order Total Filter,’ you need to provide the order grand total. If you select ‘Starting From and Ending With Filter,’ you must provide the following two fields:

  • Starting From #: Enter the order number to start the export from, e.g., 100000040. Leave empty to ignore.
  • Ending With #: Enter the order number to end the export with. Leave empty to ignore.

order number.jpg

Date Range

This section allows you to export orders of a specific time period.

  • Set Date Range: Option to specify the date range for export.

If you select ‘Specific Date’, you have to provide a specific date. In the case of ‘Start And End Date’, you have to provide the following two fields:

  • From Date: Enter a start date
  • To Date: Enter an ending date

date filter.jpg

  • Export by Customer Groups: Select ‘Yes’ or ‘No’ to filter order export file by customer groups
    • For Customer Group: Select one or more customer groups

customer group.jpg

Shipment Filters

This section allows you to apply shipping filters on order export.

  • Use Shipment Filters: Select ‘Yes’ or ‘No’ to use shipment filters for the Profile
    • Shipping Country: Select the shipping country
    • Shipping Method: Select the shipping method

shipment filter.jpg

  • Other Filters: Select ‘Yes’ or ‘No’ to enable additional filters for the profile if available in your store.
    • Order Status: Select the order status to filter orders for export
    • Billing Country: Choose the billing country to filter orders
    • Payment Method: Select the payment method for filtering orders
    • Customer Name: Enter the customer's name for filtering orders
    • Items Quantity #: Specify the number of items in the order
    • Product SKU: Enter the product SKU. For multiple SKUs, separate them with commas. other filters.jpg

File Properties

  • File Name: Only file name required with no extension. Both will be used for the saved file and the one upload via FTP. (Note: Please don't use "_" in the file name e.g. order_information).
  • File URL: Provide a URL path for the rule to use. Example: "/orderexport/" or "/" for the base path (path must be writeable)

export file.png

Data Format

  • File Format: Specify the export file data format

  • Order Items Delimiter: If the order has multiple items, then this field works as a separator between items e.g. @, / etc.

data format.jpg

FTP/SFTP Configuration

  • Upload Exported File By FTP: Select ‘Yes’ or ‘No’ to upload the exported file by FTP
    • Protocol: Select the protocol to upload the exported file
    • Host Name: Enter the host name. It can be an IP address or host name.

You can add port at the end of host name e.g. ftp.domain.com:22

  • User Name: Enter the user name
  • Password: Enter the password
  • Directory Path: Enter the directory path. Full path of a directory e.g. /var/www/path/to/your-folder/

ftp.png

Email Settings

  • Send Exported File via Email: Select ‘Yes’ or ‘No’ to send the exported file via email
    • E-mail From: Select the sender of the email
    • E-mail Address: Enter the email address
    • E-mail Message Subject: Enter the subject of the email message
    • Compress Exported File in ZIP: Select ‘Yes’ or ‘No’ to compress the exported file in zip

email settings.png

  • Export Fields: Options to export all fields or only specific fields

mapping.jpg

Run History

Here, you can view all run history by clicking on Generate for the rule, as highlighted.

run history.jpg

How to Add Import Order Profile?

At the back end, go to SALES > Import Orders. Here you can find the grid of all your import order profiles. Click on the Edit button or click on the New Import Profile button to continue.

add import profile.png

Now here you have to provide the following information.

General Information

  • Create Customers Based on Billing/Shipping Address: Select ‘Yes’ or ‘No’ to create customers based on billing/shipping address
  • Automatic Execution: Select ‘Yes’ or ‘No’ to enable/disable the automatic execution
    • Cron Number of Order to be Imported in Single Interval: If the field left blank, then the module will take default value of 50. If you enter 0, the module will consider all data to import.
  • File Format: Specify the import file data format
  • Import Mode: Specify the import mode
  • Merge Existing Data (if you want to update the existing database)
  • Replace Existing Data (Match Order/Entity Id with the existing database. Delete the previous Id, replace it with the new one)

If you select ‘Replace Existing Data’, then following field will appear:

  • Delete Order Even If It’s Invoiced: Select ‘Yes’ or ‘No’ to delete the order even if it invoiced. If you select ‘No’ here, then again, a new field will appear

Note: Its invoices/credit memos/shipments will also be deleted

  • What If Any Item is Already Invoiced: In this case, there are two options:

import information.png

  • Show Progress Message: Select ‘Yes’ or ‘No’ Show/Hide the progress message while importing the file. It shows Success and Failed orders during the import process. Moreover, this module will also generate error log file at the following path: /var/log/

progress message.jpg

  • Recalculate Items Incorrect Total: Select ‘Yes’ or ‘No’ to recalculate the incorrect total for items.

  • Order Items Delimiter: If the order contains multiple items, this field defines the separator between them (e.g., @, /, etc.).

  • File Type: Choose the type of file for import:

    • Sample File: If you export any order file from your own module, it is considered a sample file. For this file, the "Export All Fields Data" option will be used.
    • Custom File: Any file other than a sample file is treated as a custom file. If importing a custom file, it must include all the mandatory columns of the default Magento database. You need to map all the columns of your custom file to the corresponding mandatory columns. Each column should be mapped only once. For example, if there is a column named ‘entity id’ in the default Magento database and ‘id’ in your custom file, you must map ‘id’ to ‘entity id,’ and so on.
  • Attachment: Upload the file

calculate.png

order import.png

You can also upload any custom image for your order CSV/XML files. Just go to the following path and paste a PNG image with the same name as written below.

  • XML => pub/media/orderimport/default/icon-xml.png
  • CSV => pub/media/orderimport/default/icon-csv.png

order file.jpg

Compatible with 2.1.x, 2.2.x, 2.3.x, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.4.6, 2.4.7
$149.99 Community
$349.99 Enterprise