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