Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerShippingAddressRemovedMessagePayload

    Generated after a successful Remove Shipping Address ID update action.

    interface CustomerShippingAddressRemovedMessagePayload {
        address: Address;
        type: "CustomerShippingAddressRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was removed from the Customer shippingAddressIds.

    type: "CustomerShippingAddressRemoved"