UpsertCustomerIdentifierInput
No description
input UpsertCustomerIdentifierInput {
externalId: ID
emailAddress: String
customerId: ID
}
Fields
UpsertCustomerIdentifierInput.externalId
● ID
scalar
UpsertCustomerIdentifierInput.emailAddress
● String
scalar
UpsertCustomerIdentifierInput.customerId
● ID
scalar
Member of
UpsertCustomerInput
input