-
Notifications
You must be signed in to change notification settings - Fork 0
/
lanyard-tubular.json
61 lines (61 loc) · 1.06 KB
/
lanyard-tubular.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": "Tubular 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": "3/8\"",
"100": 1.45,
"250": 1.24,
"500": 0.90,
"1000": 0.72,
"2000": 0.70,
"3000": 0.66,
"5000": 0.55,
"10000": null
},
{
"size": "1/2\"",
"100": 1.46,
"250": 1.25,
"500": 0.91,
"1000": 0.73,
"2000": 0.70,
"3000": 0.69,
"5000": 0.58,
"10000": null
},
{
"size": "5/8\"",
"100": 1.48,
"250": 1.26,
"500": 0.92,
"1000": 0.74,
"2000": 0.72,
"3000": 0.70,
"5000": 0.59,
"10000": null
},
{
"size": "3/4\"",
"100": 1.89,
"250": 1.70,
"500": 1.15,
"1000": 1.08,
"2000": 1.03,
"3000": 0.98,
"5000": 0.93,
"10000": null
}
]
}