Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerAddressRemovedMessagePayload

    Generated after a successful Remove Address update action.

    interface CustomerAddressRemovedMessagePayload {
        address: Address;
        addressRoles: AddressRole[];
        type: "CustomerAddressRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: Address

    Address that was removed during the Remove Address update action.

    addressRoles: AddressRole[]

    Indicates if the address was used for shipping or billing purposes.

    type: "CustomerAddressRemoved"