Eventjet GraphQL API documentation

completeSale

Completes/finalizes a sale.

This commits the sale, freezes the line items, and records the payment. Once completed, the sale cannot be modified (only refunded through separate processes).

Authorization is required.

Arguments

ArgumentDescriptionType
inputCompleteSaleInput!

Type

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

FieldDescriptionType
saleThe completed sale.Sale