Change triggered by the Set Shipping Rate Input update action.

interface SetShippingRateInputChange {
    change: string;
    nextValue: SetCartClassificationShippingRateInputValue | SetCartScoreShippingRateInputValue;
    previousValue: SetCartClassificationShippingRateInputValue | SetCartScoreShippingRateInputValue;
    type: "SetShippingRateInputChange";
}

Properties

change: string

Value after the change.

Value before the change.

type: "SetShippingRateInputChange"