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

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

Properties

Properties

action: "removeShippingMethod"
shippingKey: string

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

Generated using TypeDoc