Type alias UpsertCustomerIdentifierInput

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

Type declaration

Generated using TypeDoc