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

    Interface ShippingMethodChangeActiveAction

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

    Hierarchy (View Summary)

    Index

    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.