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": 15,
        "maximum": 14,
        "maximum_day": 19,
        "maximum_week": 11
    },
    "weight": {
        "minimum": 15,
        "maximum": 19,
        "maximum_day": 14,
        "maximum_week": 13,
        "suggested": 17
    },
    "persons": {
        "minimum": 14,
        "maximum": 10
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.2.0 stable