Skip to main content
Version: 3.x

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

An updated checkout.

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

Returned by

checkoutLinesDelete mutation


Was this page helpful?