INPUT_OBJECT

CartCheckoutMutationInput

Autogenerated input type of CartCheckoutMutation

link GraphQL Schema definition

  • input CartCheckoutMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID for retrieving the correct cart to convert into a completed order.
  • cartId: ID!
  • # Attributes required by a payment provider to process a payment.
  • paymentProviderAttributes: PaymentProviderInput!
  • # Additional attributes to pass through to checkout to use certain features.
  • checkoutAttributes: CheckoutInput
  • }