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

    Interface StagedOrderRemoveItemShippingAddressAction

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeItemShippingAddress"
    addressKey: string

    key of the Address to remove from itemShippingAddresses.