Skip to main content
Version: 3.x

checkoutLineDelete

DEPRECATED

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

Deletes a CheckoutLine.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.
checkoutLineDelete(
checkoutId: ID
id: ID
lineId: ID
token: UUID
): CheckoutLineDelete @deprecated

Arguments

checkoutLineDelete.checkoutId ● ID scalar

The ID of the checkout.

DEPRECATED: this field will be removed in Saleor 4.0. Use id instead.

checkoutLineDelete.id ● ID scalar

The checkout's ID.

Added in Saleor 3.4

checkoutLineDelete.lineId ● ID scalar

ID of the checkout line to delete.

checkoutLineDelete.token ● UUID scalar

Checkout token.

DEPRECATED: this field will be removed in Saleor 4.0. Use id instead.

Type

CheckoutLineDelete object

Deletes a CheckoutLine.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.

Was this page helpful?