company.MinMax.amount

The allowed amounts a customer is allowed to order of a product

Field Type Description
minimum UInt An unsigned integer value
maximum UInt? Nullable. An unsigned integer value
maximum_day UInt? Nullable. An unsigned integer value
maximum_week UInt? Nullable. An unsigned integer value

Examples

Example 1

{
    "minimum": 14,
    "maximum": 19,
    "maximum_day": 11,
    "maximum_week": 12
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.0.0 stable