attributeCode property

String? attributeCode
getter/setter pair

The attribute that needs to be updated.

Present when the type is EDIT_ITEM_ATTRIBUTE. This field contains a code for attribute, represented in snake_case. You can find a list of product's attributes, with their codes here.

Implementation

core.String? attributeCode;