Eventjet GraphQL API documentation

ApplyCheckoutOptionsToCartInput

Input object

Input for applying checkout options to a cart.

This input is used with the applyCheckoutOptionsToCart mutation to apply checkout options like ticket insurance to a cart. Checkout options are additional services or features that can be added to items in the cart.

Before applying checkout options, you should query the Cart.checkoutOptionsFormElements field to see what options are available for the current cart. The form elements will provide the structure needed to construct the checkoutOptions array in this input.

Fields

FieldDescriptionType
cartIdThe ID of the cart to apply checkout options to.ID!
checkoutOptionsThe checkout options to apply to the cart, such as ticket insurance.[ FormValueInput! ]