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

    Interface ShippingMethodSetLocalizedDescriptionAction

    interface ShippingMethodSetLocalizedDescriptionAction {
        action: "setLocalizedDescription";
        localizedDescription?: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setLocalizedDescription"
    localizedDescription?: LocalizedString

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