addSeatToCart | Adds a seat to a cart. | AddSeatToCartPayload |
|---|
addSeatToSale | Adds a specific seat from a seatmap to a sale. Each call adds one seat. | AddSeatToSalePayload |
|---|
applyCheckoutOptionsToCart | Applies checkout options like ticket insurance to a cart. | ApplyCheckoutOptionsToCartPayload |
|---|
applyCodeToNewCart | Creates a new cart and applies a discount code to it. | ApplyCodeToNewCartPayload |
|---|
applyCustomerDataToCart | Applies customer data (email, name, address, etc.) to a cart. | ApplyCustomerDataToCartPayload |
|---|
applyCustomerDataToSale | Applies customer data (email, name, address, etc.) to a sale. | ApplyCustomerDataToSalePayload |
|---|
applyDiscountCode | Applies a discount code to a cart. | ApplyDiscountCodePayload |
|---|
applyTicketHolderDataToCart | Attaches data about the ticket holders to a cart. | ApplyTicketHolderDataToCartPayload |
|---|
applyWirecardResponse | | ApplyWirecardResponsePayload |
|---|
attributeCart | Adds attribution data (source, medium, campaign, etc.) to a cart. | AttributeCartPayload |
|---|
cancelPaymentLink | Cancels a payment link, preventing it from being used again. | CancelPaymentLinkPayload |
|---|
cancelPosPaymentForSale | Cancels a POS card reader payment for a sale. | CancelPosPaymentForSalePayload |
|---|
cancelSale | Cancels a sale. | CancelSalePayload |
|---|
capturePosPaymentForSale | Captures a POS card reader payment for a sale. | CapturePosPaymentForSalePayload |
|---|
changeDiscountConstraints | Changes the constraints of a discount. | ChangeDiscountConstraintsPayload |
|---|
changeSeatTicketType | Changes the ticket type of a seat that is already in a cart. | ChangeSeatTicketTypePayload |
|---|
checkIn | | [ CheckinResult! ]! |
|---|
completeSale | Completes/finalizes a sale. | CompleteSalePayload |
|---|
confirmPaymentLink | | ConfirmPaymentLinkPayload |
|---|
consumeCartFlashMessages | Consumes flash messages that were added to the cart. | [ FlashMessage! ]! |
|---|
createDiscount | | CreateDiscountPayload |
|---|
createForm | Creates a new form. | CreateFormPayload |
|---|
createReportView | | CreateReportViewPayload |
|---|
createReservation | Creates a new `Sale`. | CreateReservationPayload |
|---|
createSale | Creates a new box office sale. | CreateSalePayload |
|---|
createTag | Creates a new tag. | CreateTagPayload |
|---|
createTagAndTagSubject | | CreateTagAndTagSubjectPayload |
|---|
deleteDiscount | | DeleteDiscountPayload |
|---|
deleteReportView | | DeleteReportViewPayload |
|---|
deleteTag | Deletes a tag. | DeleteTagPayload |
|---|
extendCartExpiration | | ExtendCartExpirationResult! |
|---|
generateDiscountCodes | | GenerateDiscountCodesPayload |
|---|
initiatePosPaymentForSale | Initiates a POS card reader payment for a sale. | InitiatePosPaymentForSalePayload |
|---|
modifyDiscountGroupConstraints | | ModifyDiscountGroupConstraintsPayload |
|---|
modifyForm | | ModifyFormPayload |
|---|
modifyReportView | | ModifyReportViewPayload |
|---|
payPaymentLink | | PayPaymentLinkPayload |
|---|
placeOrder | | PlaceOrderPayload |
|---|
removeDiscountCodeFromCart | | RemoveDiscountCodeFromCartPayload |
|---|
removeItemFromCart | | RemoveItemFromCartResult! |
|---|
removeItemFromSale | Removes an item from a sale. | RemoveItemFromSalePayload |
|---|
removeSeatFromCart | | RemoveSeatFromCartPayload |
|---|
renameDiscountGroup | | RenameDiscountGroupPayload |
|---|
setCartItemQuantity | | SetCartItemQuantityResult! |
|---|
setCartVolumeQuantities | | SetCartVolumeQuantitiesPayload |
|---|
setDiscountStatus | | SetDiscountStatusPayload! |
|---|
setSaleItemQuantity | Sets item quantities on a sale by ticket type. Used for ticket types that are not
associated with a seatmap. | SetSaleItemQuantityPayload |
|---|
setSalePaymentType | Sets the payment type for a sale. | SetSalePaymentTypePayload |
|---|
setSaleVolumeQuantities | Sets volume-based ticket quantities on a sale. | SetSaleVolumeQuantitiesPayload |
|---|
setShopMarketingCodes | Changes marketing codes for the given shop. This mutation requires
authentication. | SetShopMarketingCodesResponse! |
|---|
startWirecardPaymentSession | | StartWirecardPaymentSessionPayload |
|---|
tag | Adds a tag to a `TagSubject`. | TagPayload |
|---|
untag | Removes a tag from a `TagSubject`. | UntagPayload |
|---|