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

    Interface ProjectSetShippingRateInputTypeAction

    interface ProjectSetShippingRateInputTypeAction {
        action: "setShippingRateInputType";
        shippingRateInputType?: ShippingRateInputType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setShippingRateInputType"
    shippingRateInputType?: ShippingRateInputType

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