To tag products using SKU and EAN, you can use the DataEase app to import a file with the necessary columns. Here's how you can do it:
-
Prepare Your Import File: Create a CSV file with the following columns:
-
Variant SKU: This column should contain the SKU of the product variants you want to tag.
-
Variant Barcode [ID]: This column should contain the EAN (barcode) of the product variants.
-
Tags Command: Use the value MERGE in this column to add a new tag without removing existing tags.
-
Tags: This column should contain the specific tag you want to add to the products.
-
-
Import the File: Use the DataEase app to import this file into your Shopify store. The app will match the products by SKU and EAN and add the specified tag to them.
Here's a simple example of how your CSV file might look:
Variant SKU,Variant Barcode [ID],Tags Command,Tags
SKU-1001,1234567890123,MERGE,NewTag
SKU-1002,2345678901234,MERGE,NewTag
This setup will ensure that the tag "NewTag" is added to the products identified by the given SKUs and EANs.