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