Eventjet GraphQL API documentation

ApplyCheckoutOptionsToCartPayload

Object

Payload for the applyCheckoutOptionsToCart mutation.

Contains the updated cart after applying checkout options. The cart will reflect any changes to pricing or other attributes that resulted from applying the checkout options.

After applying checkout options, you can view the applied options using the Cart.checkoutOptions field and verify the updated total price using the Cart.grandTotal field.

Fields

FieldDescriptionType
cartThe updated cart with the applied checkout options.Cart