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

    Interface ProductTailoringSetMetaTitleAction

    interface ProductTailoringSetMetaTitleAction {
        action: "setMetaTitle";
        metaTitle?: LocalizedString;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setMetaTitle"
    metaTitle?: LocalizedString

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

    staged?: boolean

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