Change triggered by the Set ShippingMethod update action.

interface SetShippingMethodChange {
    change: string;
    nextValue: ShippingMethodChangeValue;
    previousValue: ShippingMethodChangeValue;
    type: "SetShippingMethodChange";
}

Properties

change: string

Value after the change.

Value before the change.

type: "SetShippingMethodChange"