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