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

    Interface ProductTailoringSetMetaKeywordsAction

    interface ProductTailoringSetMetaKeywordsAction {
        action: "setMetaKeywords";
        metaKeywords?: LocalizedString;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setMetaKeywords"
    metaKeywords?: LocalizedString

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

    staged?: boolean

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