ValidateCheckoutResponse
The result of validating a checkout
type ValidateCheckoutResponse {
checkout: Checkout!
errors: [CheckoutError]
}
Fields
ValidateCheckoutResponse.checkout
● Checkout!
non-null object
ValidateCheckoutResponse.errors
● [CheckoutError]
list object
A list of errors that occurred during validation, if any.
Returned by
validateCustomerCheckout
mutation