Skip to main content

CheckoutLineDelete Object

Deletes a CheckoutLine.

Triggers the following webhook events:

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

Fields

checkout ● Checkout

An updated checkout.

errors ● [CheckoutError!]!

Show deprecated

Returned By

checkoutLineDelete mutation