Skip to main content

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
Show return type

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.