-
Notifications
You must be signed in to change notification settings - Fork 0
/
prices.json
38 lines (38 loc) · 1.13 KB
/
prices.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
{
"discounts": [
{
"id": "dsc_01h9zrjgdaxkpe5s15nvb2s887",
"description": "30% off for cyber week",
"discount": "30.00",
"type": "percentage",
"start_date": "2022-11-28T00:00:00Z",
"end_date": "2022-12-04T00:00:00Z"
}
],
"prices": {
"pri_01h7gcp07yacazx9rs35sgeryd": {
"name": "Overlord",
"imageUrl": "https://battleaxe.dev/servile/paddle-overlord.png",
"productUrl": "https://battleaxe.co/overlord",
"price": 55.00
},
"pri_01h7jacqjse1pmpds97q8aetzk": {
"name": "Rubberhose 3",
"imageUrl": "https://battleaxe.dev/servile/paddle-rubberhose.png",
"productUrl": "https://battleaxe.co/rubberhose",
"price": 65.00
},
"pri_01h7jb3z5a4zkj97t1wj62mkq8": {
"name": "Anubis",
"imageUrl": "https://battleaxe.dev/servile/paddle-anubis.png",
"productUrl": "https://battleaxe.co/anubis",
"price": 25.00
},
"pri_01h7jb6nxqbhkhqfg1w5myqfhd": {
"name": "Timelord",
"imageUrl": "https://battleaxe.dev/servile/paddle-timelord.png",
"productUrl": "https://battleaxe.co/timelord",
"price": 45.00
}
}
}