How to export items from your site without user role restriction
By default, the admin and store manager are given access to export items from your site. If you want to grant permissions for other users for exporting, you can insert the below-given code snippet into the functions.php file of the active child theme.
Replace the string ‘current-role-slug‘ with the user role to which the export permission has to be granted (multiple users can be separated by comma).
Comments (2)
Ben
March 24, 2020
Want to
categorize
all our products and integrate with Amazon bulk template upload
Alan
March 25, 2020
Hi,
Using the product import-export plugin you can filter the product export based on the category and export it into a CSV or XML file. If your query is not related to the product export then please reach us via support and brief us the same.