Max order settings
Field | Type | Description |
---|---|---|
items | [Dictionary] | Limit the amount of orders on certain days |
{
"items": [
{
"max_per": "hour",
"max_amount": 12,
"days": {
"all": true,
"custom": [
17,
11,
15
]
},
"intervals": [
{
"max_amount": 13,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 17,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 13,
"start": "12:00",
"end": "12:00"
}
]
},
{
"max_per": "hour",
"max_amount": 12,
"days": {
"all": true,
"custom": [
11,
19,
16
]
},
"intervals": [
{
"max_amount": 18,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 10,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 18,
"start": "12:00",
"end": "12:00"
}
]
},
{
"max_per": "hour",
"max_amount": 15,
"days": {
"all": true,
"custom": [
11,
12,
12
]
},
"intervals": [
{
"max_amount": 14,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 15,
"start": "12:00",
"end": "12:00"
},
{
"max_amount": 19,
"start": "12:00",
"end": "12:00"
}
]
}
]
}