Type alias UpsertCustomerOnCreateInput

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

Type declaration

Generated using TypeDoc