An address can only be removed if it is not referenced in any ItemShippingTarget of the Cart.

interface CartRemoveItemShippingAddressAction {
    action: "removeItemShippingAddress";
    addressKey: string;
}

Properties

Properties

action: "removeItemShippingAddress"
addressKey: string

key of the Address to remove from itemShippingAddresses.

Generated using TypeDoc