-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
72 lines (72 loc) · 1.87 KB
/
data.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
65
66
67
68
69
70
71
72
{
"prices": [{
"quantity": 12,
"firstCost": [8.53, 9.78],
"secondCost": [2.50]
},
{
"quantity": 24,
"firstCost": [7.53, 8.53, 9.53],
"secondCost": [2.00, 2.40]
},
{
"quantity": 50,
"firstCost": [6.43, 7.18, 7.93, 8.68, 9.55, 10.5, 11.55, 12.71],
"secondCost": [1.60, 1.90, 2.25, 2.70, 3.10, 3.75]
},
{
"quantity": 100,
"firstCost": [5.28, 5.93, 6.58, 7.23, 7.95, 8.75, 9.62, 10.59],
"secondCost": [1.25, 1.60, 1.80, 2.30, 2.65, 3.00, 3.35, 3.70, 4.05]
},
{
"quantity": 150,
"firstCost": [5.03, 5.53, 5.92, 6.53, 7.18, 7.90, 8.69, 9.56],
"secondCost": [1.15, 1.50, 1.95, 2.00, 2.40, 2.90, 3.00, 3.40, 3.50]
},
{
"quantity": 200,
"firstCost": [4.38, 4.88, 5.33, 5.88, 6.47, 7.11, 7.83, 8.61],
"secondCost": [1.00, 1.25, 1.50, 1.75, 2.00, 2.25, 2.5, 2.75, 3.00]
},
{
"quantity": 300,
"firstCost": [4.03, 4.48, 4.79, 5.38, 5.92, 6.51, 7.16, 7.88],
"secondCost": [1.00, 1.20, 1.45, 1.70, 1.95, 2.20, 2.45, 2.70, 2.95]
},
{
"quantity": 400,
"firstCost": [3.63, 4.03, 4.43, 4.83, 5.31, 5.84, 6.43, 7.07],
"secondCost": [1.00, 1.15, 1.40, 1.65, 1.90, 2.15, 2.40, 2.65, 2.85]
},
{
"quantity": 500,
"firstCost": [3.38, 3.73, 4.08, 4.43, 4.87, 5.36, 5.90, 6.49],
"secondCost": [0.85, 1.05, 1.25, 1.45, 1.65, 1.85, 2.05, 2.25, 2.45]
},
{
"quantity": 600,
"firstCost": [3.18, 3.48, 3.78, 4.08, 4.49, 4.94, 5.43, 5.97],
"secondCost": [0.85, 1.05, 1.25, 1.45, 1.65, 1.85, 2.05, 2.25, 2.45]
},
{
"quantity": 750,
"firstCost": [2.88, 3.13, 3.38, 3.63, 3.99, 4.39, 4.83, 5.31],
"secondCost": [0.85, 1.05, 1.25, 1.45, 1.65, 1.85, 2.05, 2.25, 2.45]
}
],
"shirts": [
{
"name": "Gildan 5000 - Heavy Cotton",
"price": 2.47
},
{
"name": "District Made DM130 Tri-blend",
"price": 3.99
},
{
"name": "Port & Company® Ring Spun Pique Polo. KP150.",
"price": 6.99
}
]
}