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 miscellaneous
The ID of the checkout.
DEPRECATED: this field will be removed in Saleor 4.0. Use
id
instead.
checkoutLineDelete.id
● ID
scalar miscellaneous
The checkout's ID.
Added in Saleor 3.4
checkoutLineDelete.lineId
● ID
scalar miscellaneous
ID of the checkout line to delete.
checkoutLineDelete.token
● UUID
scalar miscellaneous
Checkout token.
DEPRECATED: this field will be removed in Saleor 4.0. Use
id
instead.
Type
CheckoutLineDelete
object checkout
Deletes a CheckoutLine.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.