Eventjet GraphQL API documentation

applyCustomerDataToSale

Applies customer data (email, name, address, etc.) to a sale.

The customer is the person placing the order. Customer data is optional for box office sales but may be required for invoice payments or confirmation emails.

Data is provided as a list of FormValueInput key-value pairs. Each call replaces the values for the provided keys; keys not included are left unchanged.

Authorization is required.

Arguments

ArgumentDescriptionType
inputApplyCustomerDataToSaleInput!

Type

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

FieldDescriptionType
saleThe updated sale.Sale