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": 18,
"maximum": 14,
"maximum_day": 18,
"maximum_week": 10
},
"weight": {
"minimum": 19,
"maximum": 18,
"maximum_day": 15,
"maximum_week": 14,
"suggested": 15
},
"persons": {
"minimum": 11,
"maximum": 10
}
}