Enhanced version of checkout process that supports multiple mode of payment(MOP).
Arguments
buyNow
BooleanWhether to checkout a Buy Now cart. Example: false
cartCheckoutDetailRequestInput
CartCheckoutDetailRequestInputCheckout request including cart/payment details, addresses, callbacks, order type, and metadata. Example: { cart_id: '5bb521cfdc83215e1889b346', payment_mode: 'CARD' }
cartType
StringThe type of cart.
Response
Mutation
Try it
Input Variables
Response
Was this section helpful?