Skip to main content
Version: 3.x

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

An updated checkout.

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

DEPRECATED

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

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

Returned by

checkoutLineDelete mutation


Was this page helpful?