-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIKEADataModel.json
More file actions
154 lines (145 loc) · 5.12 KB
/
IKEADataModel.json
File metadata and controls
154 lines (145 loc) · 5.12 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
product model
{
"_id": "1",
"product_type": "tables",
"sizes": ["s","m","l"],
"colors": ["red","green","blue"],
"availability": "in stock",
"description": "this is a table",
"photos": "https://www.ikea.com/blabla.png",
"assemble_guide_link": "https://www.ikea.com/blabla.png",
}
Feel free to add here specific products here:
Send a gallery:
carousel element
{
"messages": [
{
"attachment":{
"type":"template",
"payload":{
"template_type":"generic",
"elements":[
{
"title":"STRANDMON | £179 ",
"image_url": "http://www.ikea.com/gb/en/images/products/strandmon-wing-chair-skiftebo-yellow__0325450_pe517970_s4.jpg",
"subtitle": "You can really loosen up and relax in comfort because the high back on this chair provides extra support for your neck.",
"buttons":[
{
"type":"web_url",
"url":"http://www.ikea.com",
"title":"View Item"
},{
"type": "element_share"
}
]
},{
"title":"POÄNG | £55",
"image_url": "http://www.ikea.com/gb/en/images/products/po%C3%A4ng-armchair-birch-veneer-ransta-natural__19488_pe104775_s4.jpg",
"subtitle": "Layer-glued bent birch frame gives comfortable resilience.",
"buttons":[
{
"type":"web_url",
"url":"http://www.ikea.com",
"title":"View Item"
},{
"type": "element_share"
}
]
},{
"title":"KULLABERG | £49",
"image_url": "http://www.ikea.com/gb/en/images/products/kullaberg-swivel-chair-pine-black__0410020_pe577748_s4.jpg",
"subtitle": "A desk chair inspired by old-fashioned industrial-style chairs, complete with modern functions.",
"buttons":[
{
"type":"web_url",
"url":"http://www.ikea.com",
"title":"View Item"
},{
"type": "element_share"
}
]
}
]
}
}
}
]
}
red chairs:
{
"messages": [
{
"attachment":{
"type":"template",
"payload":{
"template_type":"generic",
"elements":[
{
"title":"POÄNG | £100 ",
"image_url": "http://www.ikea.com/gb/en/images/products/po%C3%A4ng-rocking-chair-oak-veneer-ransta-red__0138472_pe297885_s4.jpg",
"subtitle": "The frame is made of layer-glued bent birch which is a very strong and durable material.",
"buttons":[
{
"type":"web_url",
"url":"http://www.ikea.com",
"title":"View Item"
},{
"type": "element_share"
}
]
},{
"title":"SKÅLBERG/SPORREN | £25",
"image_url": "http://www.ikea.com/gb/en/images/products/sk%C3%A5lberg-sporren-swivel-chair-red-black__0309046_pe428450_s4.jpg",
"subtitle": "Your back gets support and extra relief from the built-in lumbar support.",
"buttons":[
{
"type":"web_url",
"url":"http://www.ikea.com",
"title":"View Item"
},{
"type": "element_share"
}
]
},{
"title":"HENRIKSDAL | £25",
"image_url": "http://www.ikea.com/gb/en/images/products/henriksdal-chair-cover-long-mobacka-red-beige__0372055_pe551321_s4.jpg",
"subtitle": "The washable cover to HENRIKSDAL chair frame is easy to put on and take off.",
"buttons":[
{
"type":"web_url",
"url":"http://www.ikea.com",
"title":"View Item"
},{
"type": "element_share"
}
]
}
]
}
}
}
]
}
users model
{
"_id": "1",
"phone": "555-555-5555",
"e-mail": "Chuck.Norris@wayofthedragon.com",
"family_card": "123456789",
"login_code": "15056602_360979400916885_4582865250272935936_n",
"password": "password",
"favorite_store": "Hong Kong",
"latest_purchase": [product_array],
"wishlist: "[Wishlist array]
}
Feel free to add here specific users here:
stores model
{
"_id": "1",
"address": "address",
"opening_hours": "",
"phone": "555-555-5555",
"google_maps": "https://www.ikea.com/blabla.png",
}
Feel free to add here specific stores here: