The allowed amounts a customer is allowed to order of a product for amount / weight / persons
Field | Type | Description |
---|---|---|
amount | company.MinMax.amount | The allowed amounts a customer is allowed to order of a product |
weight | company.MinMax.weight | The allowed amounts a customer is allowed to order of a product |
persons | company.MinMax.persons | The allowed amounts a customer is allowed to order of a product |
{
"amount": {
"minimum": 12,
"maximum": 19,
"maximum_day": 12,
"maximum_week": 12
},
"weight": {
"minimum": 19,
"maximum": 16,
"maximum_day": 14,
"maximum_week": 19,
"suggested": 19
},
"persons": {
"minimum": 11,
"maximum": 10
}
}