mutation

checkoutCart

Enhanced version of checkout process that supports multiple mode of payment(MOP).
Arguments
buyNow
Boolean
Whether to checkout a Buy Now cart. Example: false
cartCheckoutDetailRequestInput
CartCheckoutDetailRequestInput
Checkout request including cart/payment details, addresses, callbacks, order type, and metadata. Example: { cart_id: '5bb521cfdc83215e1889b346', payment_mode: 'CARD' }
cartType
String
The type of cart.
Response
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...