If you want to have each combination of colour & size in a row, then you can do as below:
- Create a custom form, to make it easier for this entry step I would advise only taking in the colour & size, images & stock will be input later when the variants have been created.
-
Allow sellers to enter a comma-delimited list of colours.
-
Allow sellers to enter a comma-delimited list of sizes.
-
Pass those two lists through a webhook to Make/Integromat.
-
Run an iterator through a split function on the colours.
-
Connect the iterator above through a split function on the sizes.
-
Add an “Add row” (Google Sheets) module and add the current iteration’s value of colour and size as a row.
-
Tell sellers their products can only be shown when stock and photo is not empty so they have to input them later when the variants have been created.