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