company.MinMaxSummary

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

Examples

Example 1

{
    "amount": {
        "minimum": 14,
        "maximum": 16,
        "maximum_day": 10,
        "maximum_week": 15
    },
    "weight": {
        "minimum": 19,
        "maximum": 16,
        "maximum_day": 18,
        "maximum_week": 16,
        "suggested": 11
    },
    "persons": {
        "minimum": 14,
        "maximum": 16
    }
}
1.9.0 stable