interface ProductTypeChangeLabelAction {
    action: "changeLabel";
    attributeName: string;
    label: LocalizedString;
}

Properties

action: "changeLabel"
attributeName: string

Name of the AttributeDefinition to update.

New value to set. Must not be empty.

Generated using TypeDoc