add characteristics
This commit is contained in:
parent
8992bb0e9d
commit
85fa79e5bf
|
@ -48,7 +48,20 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"characteristics": [],
|
"characteristics": [
|
||||||
|
{
|
||||||
|
"name": "Цвет",
|
||||||
|
"value": "Жёлтый"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Вес",
|
||||||
|
"value": "100г"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Вкус",
|
||||||
|
"value": "Ванильно-сливочный"
|
||||||
|
}
|
||||||
|
],
|
||||||
"category": 1
|
"category": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue