Hello. I want to ask how can I make to upload bulk products to different manual categories.
I attach a modified csv file taken from the Shopify link:
https://help.shopify.com/en/manual/products/import-export/using-csv#csv-files
I attach file here with 2 rows only to make the example. I added to the end the column " Collection" as described in the tutorial to both rows. In one row in “Collection” column the value “Col A” and in the to other row " Col B" . With this I pretend to do is upload that product to 2 different categories.
Then the questions about this:
1.-Is the right way to do as the file I attach here? To add the product to a second collection I need to add the whole row of the first collection for that product with all the columns filled like they are but just change to " Col B" ? Or is incorrect what I did in the file I attach and that will replace the product to " Col B" and it will remove from " Col A". I ask this because my idea is put all the products that require to go to multiple collections like that, just copy the previous row with first category and change to the new category, meaning if I have a product that will go to 10 categories I will create 10 rows for that product and just changing" Collection" column value. It’s important because I have thousands of products and if this is incorrect I will create a mess. Also considering that if I have thousands of products that means thousands of rows in the csv and the total number of rows will be multiply that thousands of rows by the number of extra categories I want to add, resulting this in a big but big csv file.
2.-Exactly what columns are mandatory to put the product in 2 categories?
3.-Any other technique to do?