CheckoutDelete
Deletes a checkout.
type CheckoutDelete {
checkoutErrors: [CheckoutError!]!
checkout: Checkout
}
Fields
CheckoutDelete.checkoutErrors ● [CheckoutError!]! non-null object
CheckoutDelete.checkout ● Checkout object
Returned By
checkoutDelete mutation