CustomerIdentifierInput: {
    customerId?: InputMaybe<Scalars["ID"]>;
    emailAddress?: InputMaybe<Scalars["String"]>;
    externalId?: InputMaybe<Scalars["ID"]>;
}

Only one of the fields can be set.

Type declaration

Generated using TypeDoc