I added a list of products using the same format (CSV) as usual and the answer after the loading process was OK, Unfortunately, the new products don’t show on the store (draft). Why?
Looks like your primary issue was filling in fields that didn’t need to be filled in. Since the handle is the same for all rows, that tells me this is one product, not multiple. That means
- Title doesn’t need to be filled in for the additional rows, just the first row of the product
- Same rule ^ applies for body
- Option 1 name only needs a value in the first row, not the variant rows
- You have duplicate variants (Ø162x1.8x1.2 Z48 Al20 MAFELL)
Once you import, you get an email that tells you why it failed or was successful:
That’ll help guide you in the troubleshooting process. Give this file a try.
I would encourage reading over our CSV help document as this provides a great deal of information on what is required and how to troubleshoot issues.
OK Thank you Trevor, I will check your solution.
