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

    Interface ShippingMethodSetLocalizedNameAction

    interface ShippingMethodSetLocalizedNameAction {
        action: "setLocalizedName";
        localizedName?: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setLocalizedName"
    localizedName?: LocalizedString

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