A special discount for one or multiple products of the shop
Field | Type | Description |
---|---|---|
id | Int | An integer value |
name | String | A String value |
from_date | Date | Date in YYYY-MM-DD |
until_date | Date | Date in YYYY-MM-DD |
valid_for | String | String enumarion of 'order', 'acquire' |
recurring | Int | An integer value |
recurring_on | Dictionary | A dictionary with fields |
{
"id": 10,
"name": "Black Friday",
"from_date": "2019-01-31",
"until_date": "2019-01-31",
"valid_for": "order",
"recurring": 14,
"recurring_on": {
"day_1": 19,
"day_2": 12,
"day_3": 11,
"day_4": 12,
"day_5": 18,
"day_6": 14,
"day_7": 14
}
}