super attr response from api

super attr response from api
 avatar
unknown
json
4 years ago
621 B
8
Indexable
// send to endpoint id configurable product & current active super attr from each attr
dataFormSuperAttrEndpoint = {
    "entity_id": "25451",
    "image_thumbnail": "/i/m/image_13__7.png",
    "image_gallery": [
        "/i/m/image_13__7.png"
    ],
    "super_attributes_combination": {
        "92": [  // for example color type
            "34",
            "1",
            "67"
        ],
        "379": [ // for example size type
            "3",
            "78",
            "88"
        ],
        "12": [// sth type
            "33",
            "5",
            "16"
        ],
    }
}
Editor is loading...