Change triggered by the Set Custom ShippingMethod update action.

interface SetCustomShippingMethodChange {
    change: string;
    nextValue: CustomShippingMethodChangeValue;
    previousValue: CustomShippingMethodChangeValue;
    type: "SetCustomShippingMethodChange";
}

Properties

change: string

Value after the change.

Value before the change.

type: "SetCustomShippingMethodChange"