interface ShippingMethodChangeActiveAction {
    action: "changeActive";
    active: boolean;
}

Properties

Properties

action: "changeActive"
active: boolean

Value to set.

If set to `false`, the ShippingMethod cannot be used during the creation or update of a Cart or Order.