Import of the reviews

Can I import reviews using SKU?

Starting from extension version 1.17.3 there's a possibility to use new fields for import:
— ‘sku’
— ‘rating_code’
— ‘option_values’

The functionality is available in the Import & Export for Advanced Product Reviews add-on and Advanced Product Reviews Premium as a part of an active product subscription or support subscription. You can find the 'amasty/module-reviews-import-export-additional-fields' package for installing in composer suggest.

The old options (available in previous versions) also remain functional: entity_pk_value, rating_ids, and option_ids.
For a correct import, one of the following pairs must be filled in:
rating_ids or rating_codes
option_ids or option_values (since the information in both rating_ columns duplicates each other, as does the information in both option_ columns). If rating_ids and rating_codes, or option_ids and option_values are provided simultaneously, they must refer to the same review.

You may download a sample of the file right from the admin panel:



      • Related Articles

      • Import and Export Guidelines

        General Information About the Package and Its Tariff Plans 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, ...
      • Advanced Product Reviews API

        We have created a public API collection for Advanced Product Reviews module with all available queries and sample data, you can copy it to run local tests in your Magento environment. More details about using public collections can be found in the ...
      • Import and Export API

        We have created a public API collection for Import-Export Core module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
      • How can I import multiple media gallery images?

        In order to import and link multiple gallery images to the product, the following fields should be added to the import profile: Sku or entity_id fields are added for the extension to identify the product and assign the rest of the mapped data to it. ...
      • How to Import and Export Locations?

        Starting from version 3.1.0, the functionality for importing and exporting locations has been changed. The previous method, which used the default Magento functionality (in System > Import), is now considered deprecated. Instead, our team has ...