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

    Interface ProductTailoringSetSlugAction

    Generates the ProductTailoringSlugSet Message.

    interface ProductTailoringSetSlugAction {
        action: "setSlug";
        slug?: LocalizedString;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setSlug"

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

    staged?: boolean

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