Eventjet GraphQL API documentation

CustomerData

Object

Information about the customer who placed an order or sale.

This is the person making the purchase, who is not necessarily the ticket holder. Use the convenience fields (email, firstName, etc.) to read standard data, or use entries for the complete data set including any custom fields.

Customer data is submitted via FormValueInput key-value pairs using applyCustomerDataToCart or applyCustomerDataToSale.

Fields

FieldDescriptionType
addressThe customer's postal address, if provided.Address
emailThe customer's email address, if provided and valid.Email
entriesAll customer data as key-value entries.[ CustomerDataEntry! ]!
firstNameThe customer's first name, if provided.String
genderThe customer's gender, if provided. A third option beyond `MALE` and `FEMALE` is planned.Gender
lastNameThe customer's last name, if provided.String
organizationThe customer's organization or company name, if provided.String