createCheckout
Create a new checkout If successful, the created checkout will be returned along with a secret key. This secret key should be used on all future operations on the checkout.
createCheckout(
input: CheckoutInput!
): CreateCheckoutResult
Arguments
input ● CheckoutInput!
Type
CreateCheckoutResult
The result of creating a checkout