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

    Interface CustomerAddressAddedMessagePayload

    Generated after a successful Add Address update action.

    interface CustomerAddressAddedMessagePayload {
        address: Address;
        type: "CustomerAddressAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    Address that was added during the Add Address update action.

    type: "CustomerAddressAdded"