46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
||
"version": 1,
|
||
"state": {
|
||
"promotions": [
|
||
{
|
||
"id": "volymrabatt",
|
||
"name": "Volymrabatt",
|
||
"description": "Automatisk volymrabatt baserad på varukorgens totalsumma (inkl. moms). Belopp i öre: 20 000–40 000 kr → 5%, 40 000–60 000 kr → 9%, 60 000–90 000 kr → 14%.",
|
||
"status": "active",
|
||
"priority": 100,
|
||
"startDate": "2024-01-01",
|
||
"endDate": null,
|
||
"conditions": [
|
||
{
|
||
"id": "min-cart-total",
|
||
"type": "cart_total",
|
||
"operator": ">=",
|
||
"value": 2000000,
|
||
"label": "Minst 20 000 kr i varukorgen"
|
||
}
|
||
],
|
||
"actions": [
|
||
{
|
||
"id": "volymrabatt-tiers",
|
||
"type": "tiered_discount",
|
||
"value": 0,
|
||
"config": {
|
||
"tiers": [
|
||
{ "minTotal": 2000000, "maxTotal": 4000000, "percent": 5 },
|
||
{ "minTotal": 4000000, "maxTotal": 6000000, "percent": 9 },
|
||
{ "minTotal": 6000000, "maxTotal": 9000000, "percent": 14 }
|
||
]
|
||
},
|
||
"label": "Volymrabatt 5–14%"
|
||
}
|
||
],
|
||
"usageCount": 0,
|
||
"createdAt": "2024-01-01T00:00:00Z",
|
||
"updatedAt": "2024-01-01T00:00:00Z",
|
||
"createdBy": "mats.tornberg@gmail.com",
|
||
"tags": ["volume", "volymrabatt", "test"]
|
||
}
|
||
]
|
||
}
|
||
}
|