Skip to main content

Create product parameter group

Creates a new product parameter group.

Request Body REQUIRED

The product parameter group to create.

Name string

The non-localized name of the group.

LocalizedNames object[]

The localized names of the group.

LanguageCode string
Content string

The localized content.

ParameterIds int32[]

The ids of the parameters belonging to this group.

Responses
200

The created product parameter group.

Schema OPTIONAL
Resource object OPTIONAL

An existing product parameter group.

GroupId int32 OPTIONAL

The unique identifier for the groups.

Name string OPTIONAL

The non-localized name of the group. This name is required, but will be overriden by LocalizedNames for any matching locales.

LocalizedNames object[] OPTIONAL

The localized names of the group. These names are optional, and will override Name for matching locales.

LanguageCode string OPTIONAL
Content string OPTIONAL

The localized content.

ParameterIds int32[] OPTIONAL

The ids of the parameters belonging to this group.

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.