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

    Interface CartRemoveShippingMethodAction

    Removes a Shipping Method from a Cart that has the Multiple ShippingMode.

    interface CartRemoveShippingMethodAction {
        action: "removeShippingMethod";
        shippingKey: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeShippingMethod"
    shippingKey: string

    User-defined unique identifier of the Shipping Method to remove from the Cart.