Eventjet GraphQL API documentation

ApplyCustomerDataToCartInput

Input object

Input for applying customer data to a cart during the checkout flow.

Fields

FieldDescriptionType
cartIdThe ID of the cart to update.ID!
dataThe customer data to apply, as a list of key-value pairs. Passing null or omitting this field clears the customer data from the cart.[ FormValueInput! ]