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

    Interface MyBusinessUnitRemoveAddressAction

    Removing the address from a Business Unit generates the BusinessUnitAddressRemoved Message.

    interface MyBusinessUnitRemoveAddressAction {
        action: "removeAddress";
        addressId?: string;
        addressKey?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeAddress"
    addressId?: string

    ID of the address to be removed. Either addressId or addressKey is required.

    addressKey?: string

    Key of the address to be removed. Either addressId or addressKey is required.