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

    Interface BusinessUnitShippingAddressRemovedMessagePayload

    Generated after a successful Remove Shipping Address Identifier update action.

    interface BusinessUnitShippingAddressRemovedMessagePayload {
        address: Address;
        type: "BusinessUnitShippingAddressRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was removed from shipping addresses of the Business Unit.

    type: "BusinessUnitShippingAddressRemoved"