Eventjet GraphQL API documentation

createSale

Creates a new box office sale.

This creates an empty sale in the OPEN state that can then have items added to it using setSaleItemQuantity, addSeatToSale, or setSaleVolumeQuantities. The sale will expire after a configurable period if not completed.

Authorization is required.

Arguments

ArgumentDescriptionType
inputCreateSaleInput!

Type

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

FieldDescriptionType
saleThe newly created `Sale`.Sale