UpsertCustomerOnCreateInput: {
    customerGroupIdentifiers?: InputMaybe<CustomerGroupIdentifier[]>;
    email: EmailAddressInput;
    externalId?: InputMaybe<Scalars["ID"]>;
    fullName: Scalars["String"];
    shortName?: InputMaybe<Scalars["String"]>;
    tenantIdentifiers?: InputMaybe<TenantIdentifierInput[]>;
}

Type declaration

Generated using TypeDoc