Hi guys,
I have a huge dataset of products that I want to import into our Editor X solution.
I’ve read through the Wix guide for importing products but the dataset I have is too big to try and marry up to the template.
I’m now looking into creating a coded solution, but I must admit I’m still getting used to Velo.
The wix-stores-backend API has the promising createProduct( ) function, but I need a way to access and iterate through product dataset as well.
Does if anyone know if there’s a coded solution for accessing Collection datasets to use with createProduct( )?
Any suggestions will be appreciated.