-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShopCategories.json
52 lines (52 loc) · 975 Bytes
/
ShopCategories.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
[
{
"id": "1",
"title": "Clothing and footwear",
"shopType": "store"
},
{
"id": "2",
"title": "Home and leisure",
"shopType": "store"
},
{
"id": "3",
"title": "Personal care",
"shopType": "store"
},
{
"id": "4",
"title": "Hypermarket",
"shopType": "store"
},
{
"id": "5",
"title": "For the little one",
"shopType": "store"
},
{
"id": "6",
"title": "Precious and gifts",
"shopType": "store"
},
{
"id": "7",
"title": "Services",
"shopType": "store"
},
{
"id": "8",
"title": "Fast Food",
"shopType": "foodAndBeverage"
},
{
"id": "9",
"title": "Japanese",
"shopType": "foodAndBeverage"
},
{
"id": "10",
"title": "Pizza",
"shopType": "foodAndBeverage"
}
]