Skip to main content

Update product parameter predefined value names

Updates localized names for a product parameter predefined value.

Path Parameters
predefinedValueId int32 REQUIRED

The id of the predefined value to update.

Request Body REQUIRED

The predefined value localized names to update.

object[]
LanguageCode string
Content string

The localized content.

Responses
200

The updated 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.

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.