"export filters"

How to Filter Products In Shopware 6 Import & Export

- Our extensions, Shopware

Data filtering is a handy improvement to standard import and export processes. It helps you transfer only the necessary information without additional manual editing. As a result, your standard import and export workflow is dramatically improved. While different e-commerce platforms offer different filtering options, Shopware 6  provides fairly limited opportunities in this area. Below, we shed light on how to filter products in Shopware 6 import and export. We explore a Stack Exchange discussion and share our unique experience in this area. Also, don’t forget to check our Shopware Cookbook for additional materials.   Continue Reading

How to Apply Filters to Magento 2 Import and Export

- E-Commerce, Magento 2, Our extensions

Magento 2 Import Export Filters

Imagine a situation when there is a massive data file with thousands of SKUs, but you need to import items with a price lower than $100 or products from a specific category. Or let’s assume that you need to create an export file that contains products that are enabled, have a price higher than 0, are in stock, and are visible in Catalog and Search or just in Catalog. How to do that? You need to apply filters to Magento 2 import and export or create import and export conditions. The following article sheds light on various details of both processes. Continue Reading

How to export specific data sets for a particular entity in Magento 2

- E-Commerce, Magento 2

Magento 2 export CLI

Another interesting StackExchange discussion has recently come under our scrutiny. This time the problem was associated with the inability to export relevant data from Magento 2. The user under the Magento Team nickname wondered how to add the Select All option into the Export Settings of Magento 2. The task was to export a single attribute of a product. However, this action is impossible in Magento 2 by default. Let’s see how tech-savvy users can address these issues and share a more merchant-friendly solution of exporting relevant data from Magento 2. Continue Reading