@gradientedge/commercetools-utils
    Preparing search index...

    Interface ProductTypeSetInputTipAction

    interface ProductTypeSetInputTipAction {
        action: "setInputTip";
        attributeName: string;
        inputTip?: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setInputTip"
    attributeName: string

    Name of the AttributeDefinition to update.

    inputTip?: LocalizedString

    Value to set. If empty, any existing value will be removed.