add positions
This commit is contained in:
@@ -1,128 +0,0 @@
|
||||
{
|
||||
"products": [
|
||||
{
|
||||
"id": 1,
|
||||
"article": "1",
|
||||
"name": "\"Глаголик\" ванильно-сливочный",
|
||||
"url": "/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": "\"Глаголик\" лимонный",
|
||||
"url": "/products/2",
|
||||
"image": "/products/2/image-100x100.jpg"
|
||||
},
|
||||
{
|
||||
"name": "\"Глаголик\" мятный",
|
||||
"url": "/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 кг",
|
||||
"url": "/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"
|
||||
}
|
||||
],
|
||||
"categories": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Главная",
|
||||
"url": "/categories/0",
|
||||
"children": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Пряники",
|
||||
"url": "/categories/1",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Пахлава",
|
||||
"url": "/categories/2",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,105 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user