cake_crm/resources/products.json

106 lines
2.1 KiB
JSON
Raw Normal View History

2024-05-18 05:36:31 +00:00
[
{
"id": 1,
"article": "1",
"name": "\"Глаголик\" ванильно-сливочный",
"uri": "/products/1",
"images": [
"/products/1/image-1-600x600.jpg",
"/products/1/image-2-600x600.jpg",
"/products/1/image-3-600x600.jpg"
],
"description": "",
"grouped_products": [
{
"name": "\"Глаголик\" лимонный",
"uri": "/products/2",
"image": "/products/2/image-100x100.jpg"
},
{
"name": "\"Глаголик\" мятный",
"uri": "/products/3",
"image": "/products/3/image-100x100.jpg"
}
],
"unit": "kg",
"inventory": 100,
"variants": [
{
"price": 16500,
"properties": [
{
"name": "min",
"value": "0"
},
{
"name": "max",
"value": "5"
}
]
},
{
"price": 16000,
"properties": [
{
"name": "min",
"value": "6"
},
{
"name": "max",
"value": "60"
}
]
},
{
"price": 15500,
"properties": [
{
"name": "min",
"value": "61"
}
]
}
],
"characteristics": [
{
"name": "Вкус",
"value": "Ванильно-сливочный"
}
],
"category": 1
},
{
"id": 4,
"article": "4",
"name": "Пахлава ореховая экран 1,5 кг",
"uri": "/products/4",
"images": [
"/products/4/image-1-600x600.jpg",
"/products/4/image-2-600x600.jpg",
"/products/4/image-3-600x600.jpg"
],
"description": "",
"grouped_products": [],
"unit": "piece",
"inventory": 100,
"variants": [
{
"price": 29000,
"properties": [
{
"name": "min",
"value": "0"
}
]
}
],
"characteristics": [
{
"name": "Вкус",
"value": "Ореховая"
}
],
"category": 2
}
]