Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.47 KB

ProductParameterModelsWriteProductParameter.md

File metadata and controls

34 lines (17 loc) · 1.47 KB

GeinsSdkApiMgmtJavascript.ProductParameterModelsWriteProductParameter

Properties

Name Type Description Notes
parameterId Number The unique identifier for the parameter. [optional]
groupId Number The unique identifier of the group that this parameter belongs to. [optional]
parameterType Number 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
name String The non-localized name of the parameter. [optional]
localizedNames [SharedModelsLocalizableContent] The localized names of the parameter. [optional]

Enum: ParameterTypeEnum

  • 1 (value: 1)

  • 2 (value: 2)

  • 3 (value: 3)

  • 4 (value: 4)

  • 5 (value: 5)

  • 6 (value: 6)

  • 7 (value: 7)