I have a question, is it possible to explore each option of a variation on product ?
The endpoint give :
variations :{
'1 part / green',
'2 part / green',
'1 part / blue',
'2 part / blue'
}
But I would like 2 selects (one part and one color) in my html.
Not 1 select ( part/color). I don't have idea how to do that. Maybe someone have idea or example ? Thank you so much