Skip to main content

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.
checkoutCreate(
input: CheckoutCreateInput!
): CheckoutCreate

Arguments

checkoutCreate.input ● CheckoutCreateInput! non-null input checkout

Fields required to create checkout.

Type

CheckoutCreate object checkout

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.