Skip to main content

Create product parameter predefined value

Creates a new predefined value for a product parameter.

Request Body REQUIRED

The predefined value to create.

ParameterId int32

The unique identifier for the parameter.

PredefinedValueId int32

The predefined value id of the parameter.

Name string

The non-localized predefined value name of the parameter.

LocalizedNames object[]

The localized predefined value names of the parameter.

LanguageCode string
Content string

The localized content.

Responses
200

The created product parameter 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.

400

Bad request.

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.