-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.json
44 lines (44 loc) · 1.08 KB
/
products.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
[
{
"displayname":"Liono - Limited Edition",
"itemcode":"liono",
"price":75,
"thumbnail":"Liono_150.png",
"gallery":"Liono_500.png"
},
{
"displayname":"Tygra - Limited Edition",
"itemcode":"tygra",
"price":75,
"thumbnail":"Tygra_150.png",
"gallery":"Tygra_500.png"
},
{
"displayname":"Liono & Tygra Bundle",
"itemcode":"asst4",
"price":145,
"thumbnail":"Asst4_150.png",
"gallery":"Asst4_500.png"
},
{
"displayname":"Collectors Set 1",
"itemcode":"asst1",
"price":75,
"thumbnail":"Asst1_150.png",
"gallery":"Asst1_500.png"
},
{
"displayname":"Collectors Set 2",
"itemcode":"asst2",
"price":75,
"thumbnail":"Asst2_150.png",
"gallery":"Asst2_500.png"
},
{
"displayname":"Collectors Set 3",
"itemcode":"asst3",
"price":75,
"thumbnail":"Asst3_150.png",
"gallery":"Asst3_500.png"
}
]