super attributes structure in product_details
super attributes structure in product_detailsunknown
json
4 years ago
887 B
8
Indexable
super_attributes = {
"92": {
type: "Color",
values: {
"12": {
label: "Red",
value: "#fff"
},
"34": {
label: "Blue",
value: "#343434"
},
...
}
},
"78": {
type: "Size",
values: {
"11": {
label: "S",
value: "S"
},
"70": {
label: "XL",
value: "XL"
},
...
}
},
"65": {
type: "Radio",
values: {
"33": {
label: "?",
value: "?"
},
"89": {
label: "?",
value: "?"
},
...
}
},
...
}Editor is loading...