Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 2.24 KB

CategoryParameterOptions.md

File metadata and controls

16 lines (13 loc) · 2.24 KB

CategoryParameterOptions

Properties

Name Type Description Notes
variants_allowed bool Parameters with this option enabled can be used for offer variants creation. [optional]
variants_equal bool All offer variants must have the same values in parameters with this option enabled. [optional]
ambiguous_value_id string Indicates what value in the dictionary is defined as an ambiguous one. Only parameters with dictionaries might have this option defined. [optional]
depends_on_parameter_id string Indicates whether this parameter's behaviour depends on another parameter's values: - allowed values (only for dictionary parameters; see: `dictionary[].dependsOnValueIds`), - optionality (see: `requiredDependsOnValueIds`), - visibility (see: `displayDependsOnValueIds`). [optional]
required_depends_on_value_ids string[] Indicates whether this parameter's optionality depends on another parameter's values. This parameter is required if `require` is `true` and either: - this field is `null` or - the parameter that this parameter depends on (see: `dependsOnParameterId`) has set any value ID from this array. Otherwise this parameter is optional. [optional]
display_depends_on_value_ids string[] Indicates whether this parameter's visibility depends on another parameter's values. This parameter is visible if and only if: - this field is `null` or - the parameter that this parameter depends on (see: `dependsOnParameterId`) has set any value ID from this array. Otherwise this parameter will not be displayed anywhere. Setting a value of a hidden parameter is permitted, nonetheless. [optional]
describes_product bool Indicates if parameter is used to define products. [optional]
custom_values_enabled bool Indicates if a custom value can be added to a parameter with an ambiguous value. [optional]

[Back to Model list] [Back to API list] [Back to README]