CustomerSearchCondition
The customer attributes available for search, each of them mapped to a search expression. Exactly one of them must be provided in a single search condition.
input CustomerSearchCondition {
fullName: StringSearchExpression
shortName: StringSearchExpression
email: StringSearchExpression
externalId: StringSearchExpression
}
Fields
CustomerSearchCondition.fullName
● StringSearchExpression
input
Search expression on the customer's full name.
CustomerSearchCondition.shortName
● StringSearchExpression
input
Search expression on the customer's short name.
CustomerSearchCondition.email
● StringSearchExpression
input
Search expression on the customer's email address.
CustomerSearchCondition.externalId
● StringSearchExpression
input
Search expression on the customer's external id.
Member of
CustomersSearchQuery
input