Schema Documentation

ProductAddonIntegerRange

Description

Integer range object meant to define a number range for the user to interact with.

Fields
Field NameDescription
max - Int Maximum amount that can be selected.
min - Int Minimum amount that can be selected.
Example
{"max":123,"min":987}