INPUT_OBJECT
CartCheckoutMutationInput
Autogenerated input type of CartCheckoutMutation
link GraphQL Schema definition
- input CartCheckoutMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID for retrieving the correct cart to convert into a completed order.
- ID! :
- # Attributes required by a payment provider to process a payment.
- PaymentProviderInput! :
- # Additional attributes to pass through to checkout to use certain features.
- CheckoutInput :
- }