CheckoutCreate Object
Create a new checkout.
skipValidation field requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.
Triggers the following webhook events:
- CHECKOUT_CREATED (async): A checkout was created.
type CheckoutCreate {
created: Boolean @deprecated
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
checkout: Checkout
}
Fields
errors ● [CheckoutError!]!
checkout ● Checkout
Show deprecated
Returned By
checkoutCreate mutation