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