applyCustomerDataToCart
Applies customer data like their email address and name to a cart.
Note that the customer is not necessarily the ticket holder. Use applyTicketHolderDataToCart to attach
data about the ticket holders to the cart.
Arguments
| Argument | Description | Type |
|---|---|---|
| input | ApplyCustomerDataToCartInput! |
Type
This field resolves to ApplyCustomerDataToCartPayload, which has the following fields:
| Field | Description | Type |
|---|---|---|
cart | The updated cart. | Cart |
validation | The result of validating the provided customer data. | CustomerDataValidationResult |