Eventjet GraphQL API documentation

sale

The canceled sale.

Arguments

sale doesn't take any arguments.

Type

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

FieldDescriptionType
availablePaymentTypesAvailable payment types for this sale.[ SalePaymentType! ]!
canceledAtWhen the sale was canceled (null if not canceled).Date
committedAtWhen the sale was completed/committed (null if not yet committed).Date
committerThe staff member who completed/committed this sale.User
createdAtWhen the sale was created.Date
creatorThe staff member who created this sale.User
customerDataCustomer data (name, address, email, etc.) associated with the sale, if provided. Null if no customer data has been applied yet.CustomerData
eventsEvents associated with items in this sale.[ Event! ]!
expirationWhen the sale expires (for uncommitted sales).Date
feeBaseTotalSubtotal before fees.Money
grandTotalThe grand total of the sale.Money
hasDiscountsWhether any discounts have been applied.Boolean
idThe unique ID of the sale.ID!
invoiceDownloadUrlDownload URL for the invoice.Url
isEmptyWhether the sale has no items.Boolean
isExpiredWhether the sale is expired.Boolean
itemGroupsItems grouped by event for display purposes.[ SaleItemGroup! ]!
itemsExplicitly added tickets, products, and discounts.[ SaleItem! ]!
lineItemsAll line items including fees and other auto-generated entries.[ SaleItem! ]!
numberHuman-readable sale number for receipts and reference. Globally unique across all sales.String
numberOfItemsNumber of items in the sale.Int
paymentTypeThe payment type for this sale.SalePaymentType
stateThe current status of the sale.SaleState
ticketsDownloadUrlDownload URL for the tickets.Url
updatedAtWhen the sale was last updated.Date