editItemInMatrixDimension

This call is deprecated. We recommend to use PIM API instead.

The corresponding new call is: PUT /v1/matrix/dimension/value/{id}.

Edit an existing value in a matrix dimension.

A matrix dimension is necessary for setting up matrix products. Typical matrix dimensions are, for example, "Size" (in which the values might be 2, 4, 6, 8 — or S, M, L, XL) and "Color" (which may contain Blue, Red, Black, Green etc).

To create a new dimension, see saveMatrixDimension. To add a new value, see addItemToMatrixDimension. To delete a value, see removeItemsFromMatrixDimension.

Input parameters

Parameter name Description Possible value Required
itemID Variation ID. integer yes
name Variation name. Use either general parameter "name" or one or more of the following parameters if you need to set the names in specific languages. To have multilingual names enabled, please contact our customer support. An error will be returned if you attempt to set a name in a specific language and the multilingual names are not enabled on your account. string
nameENG string
nameSPA string
nameGER string
nameSWE string
nameFIN string
nameRUS string
nameEST string
nameLAT string
nameLIT string
nameGRE string
code Variation code. string

Response

Field name Type Description
itemID integer ID of the updated value.