Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerExternalIdSetMessagePayload

    Generated after a successful Set External ID update action.

    interface CustomerExternalIdSetMessagePayload {
        externalId?: string;
        type: "CustomerExternalIdSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    externalId?: string

    The identifier that was set.

    type: "CustomerExternalIdSet"