-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.json
64 lines (64 loc) · 1.58 KB
/
product.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
{
"brand": "گلنار",
"category": "لوازم آرایشی و بهداشتی",
"count": 30,
"customer": "majid_kz2",
"id": 1,
"name": "صابون گلنار",
"options": {
"color": "سبز"
},
"price": 15000,
"size": "10*30*5",
"weight": "200gr"
},
{
"brand": "xiaomi",
"category": "تلفن همراه",
"count": 0,
"customer": "sadegh_sha",
"id": 2,
"name": "موبایل xiaomi redmi note9",
"options": {
"camera": "32mpx",
"camera_count": "2",
"color": "مشکی",
"newtork": "3g,4g,5g",
"os": "android 10",
"ram": "8gb",
"storage": "256gb"
},
"price": 7500000,
"size": "75*158*7",
"weight": "193gr"
},
{
"brand": "lenovo",
"category": "تبلت",
"count": 16,
"customer": "majid_kz2",
"id": 3,
"name": "تبلت لنوو مدل s8",
"options": {
"camera": "16 mpx",
"os": "android 4.4"
},
"price": 3500000,
"size": "0.2 * 0.123 * 0.07",
"weight": "299 gr"
},
{
"brand": "asus",
"category": "لپ تاپ",
"count": 10,
"customer": "majid_kz2",
"id": 4,
"name": "لپ تاپ ایسوس مدل vivobook s410UN",
"options": {
},
"price": 27000000,
"size": "۳۶۲.۲x۲۵۳.۴x۱۹.۹",
"weight": "1.85 kg"
}
]