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