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