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
| Field | Description | Type |
|---|---|---|
address | The customer's postal address, if provided. | Address |
email | The customer's email address, if provided and valid. | Email |
entries | All customer data as key-value entries. | [ CustomerDataEntry! ]! |
firstName | The customer's first name, if provided. | String |
gender | The customer's gender, if provided. A third option beyond `MALE` and `FEMALE` is planned. | Gender |
lastName | The customer's last name, if provided. | String |
organization | The customer's organization or company name, if provided. | String |