Skip to main content

CheckoutLineDelete

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

CheckoutLineDelete.checkout ● Checkout object checkout

An updated checkout.

CheckoutLineDelete.checkoutErrors ● [CheckoutError!]! deprecated non-null object checkout

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

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

Returned By

checkoutLineDelete mutation