ParameterId int32 — OPTIONALThe unique identifier for the parameter. |
GroupId int32 — OPTIONALThe unique identifier of the group that this parameter belongs to. |
GroupName string — OPTIONALThe name of the group that this parameter belongs to. |
ParameterType int32 — OPTIONALPossible values: [1 , 2 , 3 , 4 , 5 , 6 , 7 ] The type of parameter.
1 = String. Any string value.
2 = Float. Any floating point number.
Period as decimal separator and no thousands separator.
Eg: 10001.789.
3 = DateTime. Any ISO 8601 date.
Eg: 2017-03-06T16:31:24+02:00.
4 = Multi. A string value from a predefined set of values.
This type may occur multiple times for the same parameter.
5 = Single. A string value from a predefined set of values.
6 = Headline. A string value used mainly for grouping in layout.
7 = Tags. A pipe-separated list of product specific values.
Eg: red|green|blue. |
Name string — OPTIONALThe non-localized name of the parameter. |
LocalizedNames object[] — OPTIONALThe localized names of the parameter. LanguageCode string — OPTIONAL | Content string — OPTIONAL |
|
PredefinedValues object[] — OPTIONALList of predefined values for the parameter. Only used for Single and Multi types. ParameterId int32 — OPTIONALThe unique identifier for the parameter. | PredefinedValueId int32 — OPTIONALThe predefined value id of the parameter.
This value is used in ProductParameterValue.Value. | Name string — OPTIONALThe non-localized predefined value name of the parameter. | LocalizedNames object[] — OPTIONALThe localized predefined value names of the parameter. LanguageCode string — OPTIONAL | Content string — OPTIONAL |
|
|