checkoutCreate Mutation
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.
checkoutCreate(
input: CheckoutCreateInput!
): CheckoutCreate
Details
type CheckoutCreate {
created: Boolean @deprecated
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
checkout: Checkout
}
Arguments
input ● CheckoutCreateInput!
Fields required to create checkout.
Type
CheckoutCreate
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.