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