Eventjet GraphQL API documentation

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

ArgumentDescriptionType
inputApplyCustomerDataToCartInput!

Type

This field resolves to ApplyCustomerDataToCartPayload, which has the following fields:

FieldDescriptionType
cartThe updated cart.Cart
validationThe result of validating the provided customer data.CustomerDataValidationResult