-
Notifications
You must be signed in to change notification settings - Fork 0
/
lanyard-nylon.json
61 lines (61 loc) · 1.06 KB
/
lanyard-nylon.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
{
"caption": "Nylon Lanyards",
"footnotes": ["Pricing includes 1 free attachment, full one-color print, and free shipping to one location in the USA."],
"priceMultiplier" : 1,
"pricable": [
"100",
"250",
"500",
"1000",
"2000",
"3000",
"5000",
"10000"
],
"rows": [
{
"size": "1/2\"",
"100": "N/A",
"250": "N/A",
"500": 1.20,
"1000": 0.88,
"2000": 0.82,
"3000": 0.80,
"5000": 0.67,
"10000": null
},
{
"size": "5/8\"",
"100": 3.21,
"250": 2.33,
"500": 1.22,
"1000": 0.89,
"2000": 0.84,
"3000": 0.81,
"5000": 0.68,
"10000": null
},
{
"size": "3/4\"",
"100": 3.24,
"250": 2.34,
"500": 1.24,
"1000": 0.91,
"2000": 0.85,
"3000": 0.84,
"5000": 0.69,
"10000": null
},
{
"size": "1\"",
"100": 3.27,
"250": 2.36,
"500": 1.28,
"1000": 1.01,
"2000": 0.93,
"3000": 0.90,
"5000": 0.75,
"10000": null
}
]
}