Skip to main content

CheckoutLinesDelete

Deletes checkout lines.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.
type CheckoutLinesDelete {
checkout: Checkout
errors: [CheckoutError!]!
}

Fields

CheckoutLinesDelete.checkout ● Checkout object checkout

An updated checkout.

CheckoutLinesDelete.errors ● [CheckoutError!]! non-null object checkout

Returned By

checkoutLinesDelete mutation