Skip to main content

Get product parameter predefined value

Gets a specific predefined value for a product parameter.

Path Parameters
id int32 REQUIRED

The id of the predefined value to get.

Responses
200

The requested predefined value.

Schema OPTIONAL
Resource object OPTIONAL

A predefined value for a product parameter.
The value defined here is used for parameters of type Single and Multi.

ParameterId int32 OPTIONAL

The unique identifier for the parameter.

PredefinedValueId int32 OPTIONAL

The predefined value id of the parameter.
This value is used in ProductParameterValue.Value.

Name string OPTIONAL

The non-localized predefined value name of the parameter.

LocalizedNames object[] OPTIONAL

The localized predefined value names of the parameter.

LanguageCode string OPTIONAL
Content string OPTIONAL

The localized content.

Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.

404

Not found.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.