Is it possible to restrict import/export entities?
A new feature to restrict import/export of specific entity types based on admin user roles was introduced to the module in version 1.7.0. The functionality is available as a part of an active product subscription or support subscription. You can find the 'amasty/module-rolepermissions-subscription-functionality' package for installing in composer suggest.
This functionality applies to default Magento import and export only.
This can be configured in Advanced: Import and Advanced: Export tabs on the Role edit page:
— Advanced: Import
— Advanced: Export
As an example, this user can only import 2 entities:
Related Articles
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 ...
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, ...
How do Import/Export extensions work with API?
At the moment, Import and Export extensions don't provide API functionality to manage import/export process or modify their profiles. With the built-in API functionality, it is possible to import to and export from a specific REST API endpoint. In ...
Is it possible to migrate data from one Magento instance to another with the Import & Export solution?
The Amasty Import and Export modules utilize the same functionality, so it is possible to duplicate the structure from import profiles to the export ones. This allows users to transfer data between Magento instances.
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 ...