-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct_data-2.json
55 lines (55 loc) · 1.15 KB
/
product_data-2.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
{
"template":2,
"text_elements": [
{
"text": "EXCLUSIVE DEAL!",
"font_size": 50,
"color": "red",
"font": "BebasNeue-Regular.ttf"
},
{
"text": "HOUSEHOLD ITEMS",
"font_size": 50,
"color": "white",
"font": "Montserrat-Bold.ttf"
}
],
"products": [
{
"name": "10695",
"price": "$0.85",
"original_price": "$0.89",
"discount": "4%"
},
{
"name": "97154",
"price": "$0.59",
"original_price": "$0.65",
"discount": "9%"
},
{
"name": "69762",
"price": "$1.10",
"original_price": "$1.30",
"discount": "15%"
},
{
"name": "85146",
"price": "$1.20",
"original_price": "$1.40",
"discount": "14%"
},
{
"name": "94195",
"price": "$0.85",
"original_price": "$0.89",
"discount": "4%"
},
{
"name": "94196",
"price": "$0.85",
"original_price": "$0.89",
"discount": "4%"
}
]
}