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

    Interface ProductTailoringSetNameAction

    Generates the ProductTailoringNameSet Message.

    interface ProductTailoringSetNameAction {
        action: "setName";
        name?: LocalizedString;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setName"

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

    staged?: boolean

    If true, only the staged name is updated. If false, both the current and staged name are updated.