Does anyone know how to create a product with max. 3 options using a mutation?

Does anyone know how to create a product with max. 3 options using a mutation, e.g the productCreate mutation…

The options field is supposedely a list… but i cannot get any syntax to work to create options… Also… Each option has its own id assigned, e.g. gid://shopify/ProductOption/11012666982675. And there seems to be no way to create the options and receive this payload in return.

What is the process flow for creating Product options and then variantS? It seems very unclear to me based on the Dev documentation…

1 Like