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

    Interface ProductTailoringSetMetaDescriptionAction

    interface ProductTailoringSetMetaDescriptionAction {
        action: "setMetaDescription";
        metaDescription?: LocalizedString;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setMetaDescription"
    metaDescription?: LocalizedString

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

    staged?: boolean

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