Can I shuffle export fields between entities in export modules?

Can I shuffle export fields between entities in export modules?

      At the moment, it is not possible to switch fields between entities due to the peculiarities of the export flow. All export modules pull data strictly by moving consecutively from one entity to another. This logic doesn't allow for processing fields from multiple entities at the same time.
      Let's use the Export Orders extension as an example. Firstly, it exports the root entity information for each order. Then, it takes one order and exports the ordered item info, then moves on to the item attributes. Schematically, the flow looks as follows: [order [item [item_attributes]], order [item [item_attributes]]]
      Thus, the export solutions are unable to reach data from a sub-entity before they reach the parent entity.

      • Related Articles

      • Import and Export Guidelines

        General Information About the Package and Its Tariffs The Import & Export solution is designed for migrating data from one website to another or to/from a different platform, as well as for automated/manual updates of product quantities, prices, and ...
      • Which modules is the Import Export module compatible with?

        A wide range of Amasty extensions come equipped with import and export core functionality. By purchasing them, you can migrate even more types of store data and thus achieve specific business goals faster. The following list of extensions comes ...
      • What is the required minimum of fields to import orders/products/customers?

              There is an option to automatically fill the import profile with fields for typical cases for all import modules. This option is available on creating a new import profile in the Import Settings tab:       If enabled, Fields Configuration will ...
      • Does the Export Orders extension include fields from other Amasty modules I use?

        Yes, the extension is integrated with some other Amasty modules such as One Step Checkout, Order Attributes, RMA, Gift Card. If these extensions are installed, the additional corresponding tabs appear in the Fields Configuration section on the ...
      • Import and Export API

        1. Amasty\ImportExportCore\Api\Profile\ProfileManagerInterface - class for managing import/export profiles. GET /V1/am_import_export/get_profile_runners/, method="getProfileRunnersList" - get a list of import/export profiles; POST ...