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

    Interface ShippingMethodChangeIsDefaultAction

    interface ShippingMethodChangeIsDefaultAction {
        action: "changeIsDefault";
        isDefault: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeIsDefault"
    isDefault: boolean

    Value to set. Only one ShippingMethod can be default in a Project.