Generates the ProductTailoringSlugSet Message.

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

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.